@mrhenry/stylelint-mrhenry-prop-order 3.1.3 → 3.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/order.mjs +8 -7
- package/package.json +3 -3
package/order.mjs
CHANGED
|
@@ -287,13 +287,13 @@ export const order = [
|
|
|
287
287
|
"footnote-policy",
|
|
288
288
|
"forced-color-adjust",
|
|
289
289
|
"gap",
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
290
|
+
"rule",
|
|
291
|
+
"rule-width",
|
|
292
|
+
"rule-style",
|
|
293
|
+
"rule-color",
|
|
294
|
+
"rule-break",
|
|
295
|
+
"rule-outset",
|
|
296
|
+
"rule-paint-order",
|
|
297
297
|
"row-gap",
|
|
298
298
|
"row-rule",
|
|
299
299
|
"row-rule-width",
|
|
@@ -558,6 +558,7 @@ export const order = [
|
|
|
558
558
|
"shape-padding",
|
|
559
559
|
"shape-rendering",
|
|
560
560
|
"shape-subtract",
|
|
561
|
+
"slider-orientation",
|
|
561
562
|
"spatial-navigation-action",
|
|
562
563
|
"spatial-navigation-contain",
|
|
563
564
|
"spatial-navigation-function",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrhenry/stylelint-mrhenry-prop-order",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"description": "Mr. Henry's preferred order for CSS properties",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.mjs",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"stylelint-plugin"
|
|
28
28
|
],
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"stylelint": "^16.
|
|
30
|
+
"stylelint": "^16.17.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"css-tree": "^3.1.0",
|
|
34
|
-
"stylelint": "^16.
|
|
34
|
+
"stylelint": "^16.17.0"
|
|
35
35
|
}
|
|
36
36
|
}
|