@mrhenry/stylelint-mrhenry-prop-order 3.1.1 → 3.1.3
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 +40 -13
- package/package.json +3 -3
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'>>?
|
|
@@ -166,10 +194,12 @@ export const order = [
|
|
|
166
194
|
"color-interpolation-filters",
|
|
167
195
|
"color-scheme",
|
|
168
196
|
"columns",
|
|
197
|
+
"column-width",
|
|
169
198
|
"column-count",
|
|
199
|
+
"column-height",
|
|
200
|
+
"column-wrap",
|
|
170
201
|
"column-fill",
|
|
171
202
|
"column-span",
|
|
172
|
-
"column-width",
|
|
173
203
|
"contain",
|
|
174
204
|
"contain-intrinsic-size",
|
|
175
205
|
"contain-intrinsic-width",
|
|
@@ -322,6 +352,13 @@ export const order = [
|
|
|
322
352
|
"interactivity",
|
|
323
353
|
"interpolate-size",
|
|
324
354
|
"isolation",
|
|
355
|
+
"item-flow",
|
|
356
|
+
"item-direction",
|
|
357
|
+
"item-track",
|
|
358
|
+
"item-wrap",
|
|
359
|
+
"item-cross",
|
|
360
|
+
"item-pack",
|
|
361
|
+
"item-slack",
|
|
325
362
|
"letter-spacing",
|
|
326
363
|
"lighting-color",
|
|
327
364
|
"line-break",
|
|
@@ -372,17 +409,6 @@ export const order = [
|
|
|
372
409
|
"mask-repeat",
|
|
373
410
|
"mask-size",
|
|
374
411
|
"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
412
|
"math-depth",
|
|
387
413
|
"math-shift",
|
|
388
414
|
"math-style",
|
|
@@ -477,6 +503,7 @@ export const order = [
|
|
|
477
503
|
"quotes",
|
|
478
504
|
"r",
|
|
479
505
|
"reading-flow",
|
|
506
|
+
"reading-order",
|
|
480
507
|
"region-fragment",
|
|
481
508
|
"resize",
|
|
482
509
|
"rest",
|
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.3",
|
|
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.15.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"css-tree": "^3.1.0",
|
|
34
|
-
"stylelint": "^16.
|
|
34
|
+
"stylelint": "^16.15.0"
|
|
35
35
|
}
|
|
36
36
|
}
|