@mrhenry/stylelint-mrhenry-prop-order 3.1.11 → 3.1.13
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 +23 -13
- package/package.json +3 -3
package/order.mjs
CHANGED
|
@@ -19,14 +19,6 @@ export const order = [
|
|
|
19
19
|
"animation-timeline",
|
|
20
20
|
"animation-timing-function",
|
|
21
21
|
"animation-trigger",
|
|
22
|
-
"animation-trigger-behavior",
|
|
23
|
-
"animation-trigger-timeline",
|
|
24
|
-
"animation-trigger-range",
|
|
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",
|
|
30
22
|
"appearance",
|
|
31
23
|
"aspect-ratio",
|
|
32
24
|
"backdrop-filter",
|
|
@@ -156,10 +148,16 @@ export const order = [
|
|
|
156
148
|
|
|
157
149
|
"border-spacing",
|
|
158
150
|
"border-clip",
|
|
159
|
-
"border-clip
|
|
160
|
-
"border-clip
|
|
161
|
-
"border-clip
|
|
162
|
-
"border-clip
|
|
151
|
+
"border-inline-clip",
|
|
152
|
+
"border-inline-start-clip",
|
|
153
|
+
"border-inline-end-clip",
|
|
154
|
+
"border-block-clip",
|
|
155
|
+
"border-block-start-clip",
|
|
156
|
+
"border-block-end-clip",
|
|
157
|
+
"border-top-clip",
|
|
158
|
+
"border-right-clip",
|
|
159
|
+
"border-bottom-clip",
|
|
160
|
+
"border-left-clip",
|
|
163
161
|
"border-collapse",
|
|
164
162
|
"border-image",
|
|
165
163
|
"border-image-outset",
|
|
@@ -252,6 +250,9 @@ export const order = [
|
|
|
252
250
|
"dominant-baseline",
|
|
253
251
|
"dynamic-range-limit",
|
|
254
252
|
"empty-cells",
|
|
253
|
+
"event-trigger",
|
|
254
|
+
"event-trigger-name",
|
|
255
|
+
"event-trigger-source",
|
|
255
256
|
"field-sizing",
|
|
256
257
|
"fill",
|
|
257
258
|
"fill-break",
|
|
@@ -638,7 +639,7 @@ export const order = [
|
|
|
638
639
|
"text-decoration-skip-ink",
|
|
639
640
|
"text-decoration-skip-self",
|
|
640
641
|
"text-decoration-skip-spaces",
|
|
641
|
-
"text-decoration-
|
|
642
|
+
"text-decoration-inset",
|
|
642
643
|
"text-emphasis",
|
|
643
644
|
"text-emphasis-color",
|
|
644
645
|
"text-emphasis-style",
|
|
@@ -659,6 +660,15 @@ export const order = [
|
|
|
659
660
|
"text-underline-offset",
|
|
660
661
|
"text-underline-position",
|
|
661
662
|
"timeline-scope",
|
|
663
|
+
"timeline-trigger",
|
|
664
|
+
"timeline-trigger-name",
|
|
665
|
+
"timeline-trigger-source",
|
|
666
|
+
"timeline-trigger-range",
|
|
667
|
+
"timeline-trigger-range-start",
|
|
668
|
+
"timeline-trigger-range-end",
|
|
669
|
+
"timeline-trigger-exit-range",
|
|
670
|
+
"timeline-trigger-exit-range-start",
|
|
671
|
+
"timeline-trigger-exit-range-end",
|
|
662
672
|
"top",
|
|
663
673
|
"right",
|
|
664
674
|
"bottom",
|
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.13",
|
|
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.26.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"css-tree": "^3.1.0",
|
|
34
|
-
"stylelint": "^16.
|
|
34
|
+
"stylelint": "^16.26.1"
|
|
35
35
|
}
|
|
36
36
|
}
|