@mrhenry/stylelint-mrhenry-prop-order 3.0.17 → 3.0.19
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.mjs +22 -5
- package/package.json +4 -4
package/order.mjs
CHANGED
|
@@ -167,10 +167,6 @@ export const order = [
|
|
|
167
167
|
"columns",
|
|
168
168
|
"column-count",
|
|
169
169
|
"column-fill",
|
|
170
|
-
"column-rule",
|
|
171
|
-
"column-rule-color",
|
|
172
|
-
"column-rule-style",
|
|
173
|
-
"column-rule-width",
|
|
174
170
|
"column-span",
|
|
175
171
|
"column-width",
|
|
176
172
|
"contain",
|
|
@@ -260,8 +256,27 @@ export const order = [
|
|
|
260
256
|
"footnote-policy",
|
|
261
257
|
"forced-color-adjust",
|
|
262
258
|
"gap",
|
|
259
|
+
"gap-rule",
|
|
260
|
+
"gap-rule-width",
|
|
261
|
+
"gap-rule-style",
|
|
262
|
+
"gap-rule-color",
|
|
263
|
+
"gap-rule-break",
|
|
264
|
+
"gap-rule-outset",
|
|
265
|
+
"gap-rule-paint-order",
|
|
263
266
|
"row-gap",
|
|
267
|
+
"row-rule",
|
|
268
|
+
"row-rule-width",
|
|
269
|
+
"row-rule-style",
|
|
270
|
+
"row-rule-color",
|
|
271
|
+
"row-rule-break",
|
|
272
|
+
"row-rule-outset",
|
|
264
273
|
"column-gap",
|
|
274
|
+
"column-rule",
|
|
275
|
+
"column-rule-width",
|
|
276
|
+
"column-rule-style",
|
|
277
|
+
"column-rule-color",
|
|
278
|
+
"column-rule-break",
|
|
279
|
+
"column-rule-outset",
|
|
265
280
|
"glyph-orientation-vertical",
|
|
266
281
|
"grid",
|
|
267
282
|
"grid-gap",
|
|
@@ -355,10 +370,12 @@ export const order = [
|
|
|
355
370
|
"mask-repeat",
|
|
356
371
|
"mask-size",
|
|
357
372
|
"mask-type",
|
|
373
|
+
"masonry",
|
|
358
374
|
"masonry-flow",
|
|
359
375
|
"masonry-direction",
|
|
360
376
|
"masonry-fill",
|
|
361
377
|
"masonry-auto-tracks",
|
|
378
|
+
"masonry-slack",
|
|
362
379
|
"masonry-template-areas",
|
|
363
380
|
"masonry-template-tracks",
|
|
364
381
|
"masonry-track",
|
|
@@ -497,7 +514,7 @@ export const order = [
|
|
|
497
514
|
"scroll-snap-align",
|
|
498
515
|
"scroll-snap-stop",
|
|
499
516
|
"scroll-snap-type",
|
|
500
|
-
"scroll-
|
|
517
|
+
"scroll-initial-target",
|
|
501
518
|
"scroll-timeline",
|
|
502
519
|
"scroll-timeline-axis",
|
|
503
520
|
"scroll-timeline-name",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrhenry/stylelint-mrhenry-prop-order",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.19",
|
|
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.
|
|
30
|
+
"stylelint": "^16.12.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"css-tree": "^
|
|
34
|
-
"stylelint": "^16.
|
|
33
|
+
"css-tree": "^3.1.0",
|
|
34
|
+
"stylelint": "^16.12.0"
|
|
35
35
|
}
|
|
36
36
|
}
|