@mrhenry/stylelint-mrhenry-prop-order 2.0.12 → 2.0.13
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 +1 -2
- package/package.json +2 -2
package/order.cjs
CHANGED
|
@@ -3,7 +3,6 @@ module.exports = [
|
|
|
3
3
|
"align-content",
|
|
4
4
|
"align-items",
|
|
5
5
|
"align-self",
|
|
6
|
-
"align-tracks",
|
|
7
6
|
"alignment-baseline",
|
|
8
7
|
"all",
|
|
9
8
|
"anchor-default",
|
|
@@ -202,6 +201,7 @@ module.exports = [
|
|
|
202
201
|
"display",
|
|
203
202
|
"dominant-baseline",
|
|
204
203
|
"empty-cells",
|
|
204
|
+
"field-sizing",
|
|
205
205
|
"fill",
|
|
206
206
|
"fill-break",
|
|
207
207
|
"fill-color",
|
|
@@ -303,7 +303,6 @@ module.exports = [
|
|
|
303
303
|
"justify-content",
|
|
304
304
|
"justify-items",
|
|
305
305
|
"justify-self",
|
|
306
|
-
"justify-tracks",
|
|
307
306
|
"letter-spacing",
|
|
308
307
|
"lighting-color",
|
|
309
308
|
"line-break",
|
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.13",
|
|
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.
|
|
36
|
+
"stylelint": "^15.11.0"
|
|
37
37
|
}
|
|
38
38
|
}
|