@mrhenry/stylelint-mrhenry-prop-order 3.1.7 → 3.1.9
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 +4 -1
- package/package.json +3 -3
package/order.mjs
CHANGED
|
@@ -294,7 +294,7 @@ export const order = [
|
|
|
294
294
|
"rule-color",
|
|
295
295
|
"rule-break",
|
|
296
296
|
"rule-outset",
|
|
297
|
-
"rule-
|
|
297
|
+
"rule-overlap",
|
|
298
298
|
"row-gap",
|
|
299
299
|
"row-rule",
|
|
300
300
|
"row-rule-width",
|
|
@@ -351,6 +351,9 @@ export const order = [
|
|
|
351
351
|
"inset-block-start",
|
|
352
352
|
"inset-block-end",
|
|
353
353
|
"interactivity",
|
|
354
|
+
"interest-delay",
|
|
355
|
+
"interest-delay-start",
|
|
356
|
+
"interest-delay-end",
|
|
354
357
|
"interpolate-size",
|
|
355
358
|
"isolation",
|
|
356
359
|
"item-flow",
|
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.9",
|
|
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.23.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"css-tree": "^3.1.0",
|
|
34
|
-
"stylelint": "^16.
|
|
34
|
+
"stylelint": "^16.23.1"
|
|
35
35
|
}
|
|
36
36
|
}
|