@mrhenry/stylelint-mrhenry-prop-order 3.0.7 → 3.0.9
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
|
@@ -5,7 +5,6 @@ export const order = [
|
|
|
5
5
|
"align-self",
|
|
6
6
|
"alignment-baseline",
|
|
7
7
|
"all",
|
|
8
|
-
"anchor-default",
|
|
9
8
|
"anchor-name",
|
|
10
9
|
"anchor-scope",
|
|
11
10
|
"animation",
|
|
@@ -435,9 +434,11 @@ export const order = [
|
|
|
435
434
|
"place-self",
|
|
436
435
|
"pointer-events",
|
|
437
436
|
"position",
|
|
437
|
+
"position-anchor",
|
|
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",
|
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.9",
|
|
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.3.1"
|
|
34
34
|
}
|
|
35
35
|
}
|