@mrhenry/stylelint-mrhenry-prop-order 2.0.2 → 2.0.4
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.js +9 -1
- package/package.json +2 -2
package/order.js
CHANGED
|
@@ -137,7 +137,15 @@ module.exports = [
|
|
|
137
137
|
"border-image-source",
|
|
138
138
|
"border-image-width",
|
|
139
139
|
"box-decoration-break",
|
|
140
|
+
|
|
141
|
+
// <<'box-shadow-color'>>? && [ <<'box-shadow-offset'>> [ <<'box-shadow-blur'>> <<'box-shadow-spread'>>? ]? ] && <<'box-shadow-position'>>?
|
|
140
142
|
"box-shadow",
|
|
143
|
+
"box-shadow-color",
|
|
144
|
+
"box-shadow-offset",
|
|
145
|
+
"box-shadow-blur",
|
|
146
|
+
"box-shadow-spread",
|
|
147
|
+
"box-shadow-position",
|
|
148
|
+
|
|
141
149
|
"box-sizing",
|
|
142
150
|
"box-snap",
|
|
143
151
|
"break-before",
|
|
@@ -591,7 +599,7 @@ module.exports = [
|
|
|
591
599
|
"white-space",
|
|
592
600
|
"white-space-collapse",
|
|
593
601
|
"text-wrap",
|
|
594
|
-
"
|
|
602
|
+
"white-space-trim",
|
|
595
603
|
"widows",
|
|
596
604
|
"width",
|
|
597
605
|
"min-width",
|
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.4",
|
|
4
4
|
"description": "Mr. Henry's preferred order for CSS properties",
|
|
5
5
|
"main": "stylelint-mrhenry-prop-order.js",
|
|
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.3.0"
|
|
37
37
|
}
|
|
38
38
|
}
|