@mrhenry/stylelint-mrhenry-prop-order 1.0.9 → 1.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.
Files changed (2) hide show
  1. package/order.js +30 -33
  2. package/package.json +1 -1
package/order.js CHANGED
@@ -54,54 +54,51 @@ module.exports = [
54
54
  "bookmark-state",
55
55
  // border
56
56
  "border",
57
+ "border-color",
58
+ "border-style",
59
+ "border-width",
57
60
  // border inline
58
61
  "border-inline",
62
+ "border-inline-color",
63
+ "border-inline-style",
64
+ "border-inline-width",
59
65
  "border-inline-start",
66
+ "border-inline-start-color",
67
+ "border-inline-start-style",
68
+ "border-inline-start-width",
60
69
  "border-inline-end",
70
+ "border-inline-end-color",
71
+ "border-inline-end-style",
72
+ "border-inline-end-width",
61
73
  // border block
62
74
  "border-block",
75
+ "border-block-color",
76
+ "border-block-style",
77
+ "border-block-width",
63
78
  "border-block-start",
79
+ "border-block-start-color",
80
+ "border-block-start-style",
81
+ "border-block-start-width",
64
82
  "border-block-end",
83
+ "border-block-end-color",
84
+ "border-block-end-style",
85
+ "border-block-end-width",
65
86
  // border top, right, bottom, left
66
87
  "border-top",
67
- "border-right",
68
- "border-bottom",
69
- "border-left",
70
- // border color
71
- "border-color",
72
- "border-inline-color",
73
- "border-inline-start-color",
74
- "border-inline-end-color",
75
- "border-block-color",
76
- "border-block-start-color",
77
- "border-block-end-color",
78
88
  "border-top-color",
79
- "border-right-color",
80
- "border-bottom-color",
81
- "border-left-color",
82
- // border style
83
- "border-style",
84
- "border-inline-style",
85
- "border-inline-start-style",
86
- "border-inline-end-style",
87
- "border-block-style",
88
- "border-block-start-style",
89
- "border-block-end-style",
90
89
  "border-top-style",
91
- "border-right-style",
92
- "border-bottom-style",
93
- "border-left-style",
94
- // border width
95
- "border-width",
96
- "border-inline-width",
97
- "border-inline-start-width",
98
- "border-inline-end-width",
99
- "border-block-width",
100
- "border-block-start-width",
101
- "border-block-end-width",
102
90
  "border-top-width",
91
+ "border-right",
92
+ "border-right-color",
93
+ "border-right-style",
103
94
  "border-right-width",
95
+ "border-bottom",
96
+ "border-bottom-color",
97
+ "border-bottom-style",
104
98
  "border-bottom-width",
99
+ "border-left",
100
+ "border-left-color",
101
+ "border-left-style",
105
102
  "border-left-width",
106
103
  // border radius logical shorthands
107
104
  "border-inline-start-radius",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "main": "stylelint-mrhenry-prop-order.js",
6
6
  "scripts": {