@mrhenry/stylelint-mrhenry-prop-order 2.0.10 → 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 -3
- package/package.json +2 -2
package/order.cjs
CHANGED
|
@@ -8,7 +8,6 @@ module.exports = [
|
|
|
8
8
|
"all",
|
|
9
9
|
"anchor-default",
|
|
10
10
|
"anchor-name",
|
|
11
|
-
"anchor-scroll",
|
|
12
11
|
"animation",
|
|
13
12
|
"animation-composition",
|
|
14
13
|
"animation-delay",
|
|
@@ -241,6 +240,7 @@ module.exports = [
|
|
|
241
240
|
"font-stretch",
|
|
242
241
|
"font-style",
|
|
243
242
|
"font-synthesis",
|
|
243
|
+
"font-synthesis-position",
|
|
244
244
|
"font-synthesis-small-caps",
|
|
245
245
|
"font-synthesis-style",
|
|
246
246
|
"font-synthesis-weight",
|
|
@@ -584,6 +584,7 @@ module.exports = [
|
|
|
584
584
|
"transition-duration",
|
|
585
585
|
"transition-property",
|
|
586
586
|
"transition-timing-function",
|
|
587
|
+
"transition-behavior",
|
|
587
588
|
"translate",
|
|
588
589
|
"unicode-bidi",
|
|
589
590
|
"user-select",
|
|
@@ -606,6 +607,8 @@ module.exports = [
|
|
|
606
607
|
"white-space",
|
|
607
608
|
"white-space-collapse",
|
|
608
609
|
"text-wrap",
|
|
610
|
+
"text-wrap-mode",
|
|
611
|
+
"text-wrap-style",
|
|
609
612
|
"white-space-trim",
|
|
610
613
|
"widows",
|
|
611
614
|
"width",
|
|
@@ -621,9 +624,8 @@ module.exports = [
|
|
|
621
624
|
"min-block-size",
|
|
622
625
|
"max-block-size",
|
|
623
626
|
"will-change",
|
|
624
|
-
"word-boundary-detection",
|
|
625
|
-
"word-boundary-expansion",
|
|
626
627
|
"word-break",
|
|
628
|
+
"word-space-transform",
|
|
627
629
|
"word-spacing",
|
|
628
630
|
"word-wrap",
|
|
629
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
|
}
|