@mrhenry/stylelint-mrhenry-prop-order 3.1.5 → 3.1.7
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 +10 -5
- package/package.json +3 -3
package/order.mjs
CHANGED
|
@@ -14,18 +14,19 @@ export const order = [
|
|
|
14
14
|
"animation-play-state",
|
|
15
15
|
"animation-range",
|
|
16
16
|
"animation-range-start",
|
|
17
|
+
"animation-range-center",
|
|
17
18
|
"animation-range-end",
|
|
18
19
|
"animation-timeline",
|
|
19
20
|
"animation-timing-function",
|
|
20
21
|
"animation-trigger",
|
|
21
|
-
"animation-trigger-
|
|
22
|
+
"animation-trigger-behavior",
|
|
22
23
|
"animation-trigger-timeline",
|
|
23
|
-
"animation-trigger-exit-range",
|
|
24
|
-
"animation-trigger-exit-range-end",
|
|
25
|
-
"animation-trigger-exit-range-start",
|
|
26
24
|
"animation-trigger-range",
|
|
27
|
-
"animation-trigger-range-end",
|
|
28
25
|
"animation-trigger-range-start",
|
|
26
|
+
"animation-trigger-range-end",
|
|
27
|
+
"animation-trigger-exit-range",
|
|
28
|
+
"animation-trigger-exit-range-start",
|
|
29
|
+
"animation-trigger-exit-range-end",
|
|
29
30
|
"appearance",
|
|
30
31
|
"aspect-ratio",
|
|
31
32
|
"backdrop-filter",
|
|
@@ -492,6 +493,9 @@ export const order = [
|
|
|
492
493
|
"align-self",
|
|
493
494
|
"justify-self",
|
|
494
495
|
"pointer-events",
|
|
496
|
+
"pointer-timeline",
|
|
497
|
+
"pointer-timeline-axis",
|
|
498
|
+
"pointer-timeline-name",
|
|
495
499
|
"position",
|
|
496
500
|
"position-anchor",
|
|
497
501
|
"position-try",
|
|
@@ -544,6 +548,7 @@ export const order = [
|
|
|
544
548
|
"scroll-snap-stop",
|
|
545
549
|
"scroll-snap-type",
|
|
546
550
|
"scroll-initial-target",
|
|
551
|
+
"scroll-target-group",
|
|
547
552
|
"scroll-timeline",
|
|
548
553
|
"scroll-timeline-axis",
|
|
549
554
|
"scroll-timeline-name",
|
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.7",
|
|
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.20.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"css-tree": "^3.1.0",
|
|
34
|
-
"stylelint": "^16.
|
|
34
|
+
"stylelint": "^16.20.0"
|
|
35
35
|
}
|
|
36
36
|
}
|