@mrhenry/stylelint-mrhenry-prop-order 3.0.1 → 3.0.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 +6 -2
- package/package.json +2 -2
package/order.mjs
CHANGED
|
@@ -254,6 +254,7 @@ export const order = [
|
|
|
254
254
|
"font-variant-position",
|
|
255
255
|
"font-variation-settings",
|
|
256
256
|
"font-weight",
|
|
257
|
+
"font-width",
|
|
257
258
|
"footnote-display",
|
|
258
259
|
"footnote-policy",
|
|
259
260
|
"forced-color-adjust",
|
|
@@ -433,8 +434,9 @@ export const order = [
|
|
|
433
434
|
"place-self",
|
|
434
435
|
"pointer-events",
|
|
435
436
|
"position",
|
|
436
|
-
"position-fallback",
|
|
437
437
|
"position-fallback-bounds",
|
|
438
|
+
"position-try-options",
|
|
439
|
+
"position-try-order",
|
|
438
440
|
"print-color-adjust",
|
|
439
441
|
"quotes",
|
|
440
442
|
"r",
|
|
@@ -594,6 +596,7 @@ export const order = [
|
|
|
594
596
|
"view-timeline-axis",
|
|
595
597
|
"view-timeline-inset",
|
|
596
598
|
"view-timeline-name",
|
|
599
|
+
"view-transition-class",
|
|
597
600
|
"view-transition-name",
|
|
598
601
|
"visibility",
|
|
599
602
|
"voice-balance",
|
|
@@ -636,5 +639,6 @@ export const order = [
|
|
|
636
639
|
"writing-mode",
|
|
637
640
|
"x",
|
|
638
641
|
"y",
|
|
639
|
-
"z-index"
|
|
642
|
+
"z-index",
|
|
643
|
+
"zoom"
|
|
640
644
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrhenry/stylelint-mrhenry-prop-order",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Mr. Henry's preferred order for CSS properties",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.mjs",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"stylelint": "^16.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"stylelint": "^16.
|
|
33
|
+
"stylelint": "^16.2.1"
|
|
34
34
|
}
|
|
35
35
|
}
|