@mrhenry/stylelint-mrhenry-prop-order 2.0.11 → 2.0.12
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 +5 -2
- package/package.json +2 -2
package/order.cjs
CHANGED
|
@@ -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",
|
|
@@ -583,6 +584,7 @@ module.exports = [
|
|
|
583
584
|
"transition-duration",
|
|
584
585
|
"transition-property",
|
|
585
586
|
"transition-timing-function",
|
|
587
|
+
"transition-behavior",
|
|
586
588
|
"translate",
|
|
587
589
|
"unicode-bidi",
|
|
588
590
|
"user-select",
|
|
@@ -605,6 +607,8 @@ module.exports = [
|
|
|
605
607
|
"white-space",
|
|
606
608
|
"white-space-collapse",
|
|
607
609
|
"text-wrap",
|
|
610
|
+
"text-wrap-mode",
|
|
611
|
+
"text-wrap-style",
|
|
608
612
|
"white-space-trim",
|
|
609
613
|
"widows",
|
|
610
614
|
"width",
|
|
@@ -620,9 +624,8 @@ module.exports = [
|
|
|
620
624
|
"min-block-size",
|
|
621
625
|
"max-block-size",
|
|
622
626
|
"will-change",
|
|
623
|
-
"word-boundary-detection",
|
|
624
|
-
"word-boundary-expansion",
|
|
625
627
|
"word-break",
|
|
628
|
+
"word-space-transform",
|
|
626
629
|
"word-spacing",
|
|
627
630
|
"word-wrap",
|
|
628
631
|
"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.12",
|
|
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.10.
|
|
36
|
+
"stylelint": "^15.10.3"
|
|
37
37
|
}
|
|
38
38
|
}
|