@mrhenry/stylelint-mrhenry-prop-order 3.0.8 → 3.0.10
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 +2 -1
- package/package.json +2 -2
package/order.mjs
CHANGED
|
@@ -438,10 +438,11 @@ export const order = [
|
|
|
438
438
|
"position-try",
|
|
439
439
|
"position-try-options",
|
|
440
440
|
"position-try-order",
|
|
441
|
+
"position-visibility",
|
|
441
442
|
"print-color-adjust",
|
|
442
443
|
"quotes",
|
|
443
444
|
"r",
|
|
444
|
-
"reading-
|
|
445
|
+
"reading-flow",
|
|
445
446
|
"region-fragment",
|
|
446
447
|
"resize",
|
|
447
448
|
"rest",
|
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.10",
|
|
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.6.1"
|
|
34
34
|
}
|
|
35
35
|
}
|