@mrhenry/stylelint-mrhenry-prop-order 2.0.1 → 2.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.
Files changed (2) hide show
  1. package/order.js +11 -3
  2. 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'>>? &amp;&amp; [ <<'box-shadow-offset'>> [ <<'box-shadow-blur'>> <<'box-shadow-spread'>>? ]? ] &amp;&amp; <<'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",
@@ -549,15 +557,12 @@ module.exports = [
549
557
  "text-rendering",
550
558
  "text-shadow",
551
559
  "text-size-adjust",
552
- "text-space-collapse",
553
- "text-space-trim",
554
560
  "text-spacing",
555
561
  "text-autospace",
556
562
  "text-spacing-trim",
557
563
  "text-transform",
558
564
  "text-underline-offset",
559
565
  "text-underline-position",
560
- "text-wrap",
561
566
  "top",
562
567
  "right",
563
568
  "bottom",
@@ -592,6 +597,9 @@ module.exports = [
592
597
  "voice-stress",
593
598
  "voice-volume",
594
599
  "white-space",
600
+ "white-space-collapse",
601
+ "text-wrap",
602
+ "text-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.1",
3
+ "version": "2.0.3",
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.2.0"
36
+ "stylelint": "^15.3.0"
37
37
  }
38
38
  }