@mrhenry/stylelint-mrhenry-prop-order 3.1.2 → 3.1.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.
Files changed (2) hide show
  1. package/order.mjs +10 -8
  2. package/package.json +3 -3
package/order.mjs CHANGED
@@ -194,10 +194,12 @@ export const order = [
194
194
  "color-interpolation-filters",
195
195
  "color-scheme",
196
196
  "columns",
197
+ "column-width",
197
198
  "column-count",
199
+ "column-height",
200
+ "column-wrap",
198
201
  "column-fill",
199
202
  "column-span",
200
- "column-width",
201
203
  "contain",
202
204
  "contain-intrinsic-size",
203
205
  "contain-intrinsic-width",
@@ -285,13 +287,13 @@ export const order = [
285
287
  "footnote-policy",
286
288
  "forced-color-adjust",
287
289
  "gap",
288
- "gap-rule",
289
- "gap-rule-width",
290
- "gap-rule-style",
291
- "gap-rule-color",
292
- "gap-rule-break",
293
- "gap-rule-outset",
294
- "gap-rule-paint-order",
290
+ "rule",
291
+ "rule-width",
292
+ "rule-style",
293
+ "rule-color",
294
+ "rule-break",
295
+ "rule-outset",
296
+ "rule-paint-order",
295
297
  "row-gap",
296
298
  "row-rule",
297
299
  "row-rule-width",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "type": "module",
6
6
  "main": "index.mjs",
@@ -27,10 +27,10 @@
27
27
  "stylelint-plugin"
28
28
  ],
29
29
  "peerDependencies": {
30
- "stylelint": "^16.14.1"
30
+ "stylelint": "^16.15.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "css-tree": "^3.1.0",
34
- "stylelint": "^16.14.1"
34
+ "stylelint": "^16.15.0"
35
35
  }
36
36
  }