@mrhenry/stylelint-mrhenry-prop-order 4.0.4 → 4.0.6
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 +19 -15
- package/package.json +3 -3
package/order.mjs
CHANGED
|
@@ -198,6 +198,7 @@ export const order = [
|
|
|
198
198
|
|
|
199
199
|
"box-sizing",
|
|
200
200
|
"box-snap",
|
|
201
|
+
"frame-sizing",
|
|
201
202
|
"break-before",
|
|
202
203
|
"break-after",
|
|
203
204
|
"break-inside",
|
|
@@ -273,6 +274,7 @@ export const order = [
|
|
|
273
274
|
"flex-flow",
|
|
274
275
|
"flex-direction",
|
|
275
276
|
"flex-wrap",
|
|
277
|
+
"flex-line-count",
|
|
276
278
|
"float",
|
|
277
279
|
"float-defer",
|
|
278
280
|
"float-offset",
|
|
@@ -319,10 +321,10 @@ export const order = [
|
|
|
319
321
|
"rule-color",
|
|
320
322
|
"rule-break",
|
|
321
323
|
"rule-inset",
|
|
324
|
+
"rule-inset-cap",
|
|
325
|
+
"rule-inset-junction",
|
|
322
326
|
"rule-inset-start",
|
|
323
327
|
"rule-inset-end",
|
|
324
|
-
"rule-edge-inset",
|
|
325
|
-
"rule-interior-inset",
|
|
326
328
|
"rule-visibility-items",
|
|
327
329
|
"rule-overlap",
|
|
328
330
|
"row-gap",
|
|
@@ -334,12 +336,12 @@ export const order = [
|
|
|
334
336
|
"row-rule-inset",
|
|
335
337
|
"row-rule-inset-start",
|
|
336
338
|
"row-rule-inset-end",
|
|
337
|
-
"row-rule-
|
|
338
|
-
"row-rule-
|
|
339
|
-
"row-rule-
|
|
340
|
-
"row-rule-
|
|
341
|
-
"row-rule-
|
|
342
|
-
"row-rule-
|
|
339
|
+
"row-rule-inset-cap",
|
|
340
|
+
"row-rule-inset-cap-start",
|
|
341
|
+
"row-rule-inset-cap-end",
|
|
342
|
+
"row-rule-inset-junction",
|
|
343
|
+
"row-rule-inset-junction-start",
|
|
344
|
+
"row-rule-inset-junction-end",
|
|
343
345
|
"row-rule-visibility-items",
|
|
344
346
|
"column-gap",
|
|
345
347
|
"column-rule",
|
|
@@ -350,12 +352,12 @@ export const order = [
|
|
|
350
352
|
"column-rule-inset",
|
|
351
353
|
"column-rule-inset-start",
|
|
352
354
|
"column-rule-inset-end",
|
|
353
|
-
"column-rule-
|
|
354
|
-
"column-rule-
|
|
355
|
-
"column-rule-
|
|
356
|
-
"column-rule-
|
|
357
|
-
"column-rule-
|
|
358
|
-
"column-rule-
|
|
355
|
+
"column-rule-inset-cap",
|
|
356
|
+
"column-rule-inset-cap-start",
|
|
357
|
+
"column-rule-inset-cap-end",
|
|
358
|
+
"column-rule-inset-junction",
|
|
359
|
+
"column-rule-inset-junction-start",
|
|
360
|
+
"column-rule-inset-junction-end",
|
|
359
361
|
"column-rule-visibility-items",
|
|
360
362
|
"glyph-orientation-vertical",
|
|
361
363
|
"grid",
|
|
@@ -522,6 +524,7 @@ export const order = [
|
|
|
522
524
|
"page-break-after",
|
|
523
525
|
"page-break-inside",
|
|
524
526
|
"paint-order",
|
|
527
|
+
"path-length",
|
|
525
528
|
"pause",
|
|
526
529
|
"pause-before",
|
|
527
530
|
"pause-after",
|
|
@@ -606,7 +609,6 @@ export const order = [
|
|
|
606
609
|
"shape-outside",
|
|
607
610
|
"shape-padding",
|
|
608
611
|
"shape-rendering",
|
|
609
|
-
"shape-subtract",
|
|
610
612
|
"slider-orientation",
|
|
611
613
|
"spatial-navigation-action",
|
|
612
614
|
"spatial-navigation-contain",
|
|
@@ -663,6 +665,7 @@ export const order = [
|
|
|
663
665
|
"text-emphasis-style",
|
|
664
666
|
"text-emphasis-position",
|
|
665
667
|
"text-emphasis-skip",
|
|
668
|
+
"text-fit",
|
|
666
669
|
"text-group-align",
|
|
667
670
|
"text-indent",
|
|
668
671
|
"text-justify",
|
|
@@ -734,6 +737,7 @@ export const order = [
|
|
|
734
737
|
"text-wrap-style",
|
|
735
738
|
"white-space-trim",
|
|
736
739
|
"widows",
|
|
740
|
+
"window-drag",
|
|
737
741
|
"width",
|
|
738
742
|
"min-width",
|
|
739
743
|
"max-width",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrhenry/stylelint-mrhenry-prop-order",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
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": "^17.
|
|
30
|
+
"stylelint": "^17.10.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"css-tree": "^3.2.1",
|
|
34
|
-
"stylelint": "^17.
|
|
34
|
+
"stylelint": "^17.10.0"
|
|
35
35
|
}
|
|
36
36
|
}
|