@mrhenry/stylelint-mrhenry-prop-order 2.0.11 → 2.0.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.cjs +6 -4
- package/package.json +2 -2
package/order.cjs
CHANGED
|
@@ -3,7 +3,6 @@ module.exports = [
|
|
|
3
3
|
"align-content",
|
|
4
4
|
"align-items",
|
|
5
5
|
"align-self",
|
|
6
|
-
"align-tracks",
|
|
7
6
|
"alignment-baseline",
|
|
8
7
|
"all",
|
|
9
8
|
"anchor-default",
|
|
@@ -202,6 +201,7 @@ module.exports = [
|
|
|
202
201
|
"display",
|
|
203
202
|
"dominant-baseline",
|
|
204
203
|
"empty-cells",
|
|
204
|
+
"field-sizing",
|
|
205
205
|
"fill",
|
|
206
206
|
"fill-break",
|
|
207
207
|
"fill-color",
|
|
@@ -240,6 +240,7 @@ module.exports = [
|
|
|
240
240
|
"font-stretch",
|
|
241
241
|
"font-style",
|
|
242
242
|
"font-synthesis",
|
|
243
|
+
"font-synthesis-position",
|
|
243
244
|
"font-synthesis-small-caps",
|
|
244
245
|
"font-synthesis-style",
|
|
245
246
|
"font-synthesis-weight",
|
|
@@ -302,7 +303,6 @@ module.exports = [
|
|
|
302
303
|
"justify-content",
|
|
303
304
|
"justify-items",
|
|
304
305
|
"justify-self",
|
|
305
|
-
"justify-tracks",
|
|
306
306
|
"letter-spacing",
|
|
307
307
|
"lighting-color",
|
|
308
308
|
"line-break",
|
|
@@ -583,6 +583,7 @@ module.exports = [
|
|
|
583
583
|
"transition-duration",
|
|
584
584
|
"transition-property",
|
|
585
585
|
"transition-timing-function",
|
|
586
|
+
"transition-behavior",
|
|
586
587
|
"translate",
|
|
587
588
|
"unicode-bidi",
|
|
588
589
|
"user-select",
|
|
@@ -605,6 +606,8 @@ module.exports = [
|
|
|
605
606
|
"white-space",
|
|
606
607
|
"white-space-collapse",
|
|
607
608
|
"text-wrap",
|
|
609
|
+
"text-wrap-mode",
|
|
610
|
+
"text-wrap-style",
|
|
608
611
|
"white-space-trim",
|
|
609
612
|
"widows",
|
|
610
613
|
"width",
|
|
@@ -620,9 +623,8 @@ module.exports = [
|
|
|
620
623
|
"min-block-size",
|
|
621
624
|
"max-block-size",
|
|
622
625
|
"will-change",
|
|
623
|
-
"word-boundary-detection",
|
|
624
|
-
"word-boundary-expansion",
|
|
625
626
|
"word-break",
|
|
627
|
+
"word-space-transform",
|
|
626
628
|
"word-spacing",
|
|
627
629
|
"word-wrap",
|
|
628
630
|
"wrap-before",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrhenry/stylelint-mrhenry-prop-order",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "Mr. Henry's preferred order for CSS properties",
|
|
5
5
|
"main": "stylelint-mrhenry-prop-order.cjs",
|
|
6
6
|
"scripts": {
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
"stylelint": "^14.16.1 || ^15.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"stylelint": "^15.
|
|
36
|
+
"stylelint": "^15.11.0"
|
|
37
37
|
}
|
|
38
38
|
}
|