@mrhenry/stylelint-mrhenry-prop-order 3.1.1 → 3.1.2
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 +37 -12
- package/package.json +1 -1
package/order.mjs
CHANGED
|
@@ -17,6 +17,15 @@ export const order = [
|
|
|
17
17
|
"animation-range-end",
|
|
18
18
|
"animation-timeline",
|
|
19
19
|
"animation-timing-function",
|
|
20
|
+
"animation-trigger",
|
|
21
|
+
"animation-trigger-type",
|
|
22
|
+
"animation-trigger-timeline",
|
|
23
|
+
"animation-trigger-exit-range",
|
|
24
|
+
"animation-trigger-exit-range-end",
|
|
25
|
+
"animation-trigger-exit-range-start",
|
|
26
|
+
"animation-trigger-range",
|
|
27
|
+
"animation-trigger-range-end",
|
|
28
|
+
"animation-trigger-range-start",
|
|
20
29
|
"appearance",
|
|
21
30
|
"aspect-ratio",
|
|
22
31
|
"backdrop-filter",
|
|
@@ -97,7 +106,6 @@ export const order = [
|
|
|
97
106
|
"border-left-style",
|
|
98
107
|
"border-left-width",
|
|
99
108
|
|
|
100
|
-
"corners",
|
|
101
109
|
"border-radius",
|
|
102
110
|
// border radius logical shorthands
|
|
103
111
|
"border-inline-start-radius",
|
|
@@ -136,6 +144,26 @@ export const order = [
|
|
|
136
144
|
"border-image-slice",
|
|
137
145
|
"border-image-source",
|
|
138
146
|
"border-image-width",
|
|
147
|
+
|
|
148
|
+
"border-shape",
|
|
149
|
+
|
|
150
|
+
"corner-inline-start-shape",
|
|
151
|
+
"corner-inline-end-shape",
|
|
152
|
+
"corner-block-start-shape",
|
|
153
|
+
"corner-block-end-shape",
|
|
154
|
+
"corner-top-shape",
|
|
155
|
+
"corner-top-right-shape",
|
|
156
|
+
"corner-top-left-shape",
|
|
157
|
+
"corner-right-shape",
|
|
158
|
+
"corner-bottom-shape",
|
|
159
|
+
"corner-bottom-right-shape",
|
|
160
|
+
"corner-bottom-left-shape",
|
|
161
|
+
"corner-left-shape",
|
|
162
|
+
"corner-start-start-shape",
|
|
163
|
+
"corner-start-end-shape",
|
|
164
|
+
"corner-end-end-shape",
|
|
165
|
+
"corner-end-start-shape",
|
|
166
|
+
|
|
139
167
|
"box-decoration-break",
|
|
140
168
|
|
|
141
169
|
// <<'box-shadow-color'>>? && [ <<'box-shadow-offset'>> [ <<'box-shadow-blur'>> <<'box-shadow-spread'>>? ]? ] && <<'box-shadow-position'>>?
|
|
@@ -322,6 +350,13 @@ export const order = [
|
|
|
322
350
|
"interactivity",
|
|
323
351
|
"interpolate-size",
|
|
324
352
|
"isolation",
|
|
353
|
+
"item-flow",
|
|
354
|
+
"item-direction",
|
|
355
|
+
"item-track",
|
|
356
|
+
"item-wrap",
|
|
357
|
+
"item-cross",
|
|
358
|
+
"item-pack",
|
|
359
|
+
"item-slack",
|
|
325
360
|
"letter-spacing",
|
|
326
361
|
"lighting-color",
|
|
327
362
|
"line-break",
|
|
@@ -372,17 +407,6 @@ export const order = [
|
|
|
372
407
|
"mask-repeat",
|
|
373
408
|
"mask-size",
|
|
374
409
|
"mask-type",
|
|
375
|
-
"masonry",
|
|
376
|
-
"masonry-flow",
|
|
377
|
-
"masonry-direction",
|
|
378
|
-
"masonry-fill",
|
|
379
|
-
"masonry-auto-tracks",
|
|
380
|
-
"masonry-slack",
|
|
381
|
-
"masonry-template-areas",
|
|
382
|
-
"masonry-template-tracks",
|
|
383
|
-
"masonry-track",
|
|
384
|
-
"masonry-track-start",
|
|
385
|
-
"masonry-track-end",
|
|
386
410
|
"math-depth",
|
|
387
411
|
"math-shift",
|
|
388
412
|
"math-style",
|
|
@@ -477,6 +501,7 @@ export const order = [
|
|
|
477
501
|
"quotes",
|
|
478
502
|
"r",
|
|
479
503
|
"reading-flow",
|
|
504
|
+
"reading-order",
|
|
480
505
|
"region-fragment",
|
|
481
506
|
"resize",
|
|
482
507
|
"rest",
|