We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d3fbd commit 3f0a30cCopy full SHA for 3f0a30c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changes to Property Use Logical
2
3
+### 2.1.1 (February 19, 2024)
4
+
5
+- Updated: peer `stylelint` to `>= 11 < 17` (patch) [#22](https://github.com/csstools/stylelint-use-logical/pull/22)
6
+- Fixed: compatibility with `stylelint` 16 (patch) [#22](https://github.com/csstools/stylelint-use-logical/pull/22)
7
8
### 2.1.0 (March 8, 2022)
9
10
- Updated: peer `stylelint` to >= 11 < 16 (patch)
package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-use-logical",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Enforce usage of logical properties and values in CSS",
"license": "CC0-1.0",
"author": "Jonathan Neal <[email protected]>",
0 commit comments