@mrhenry/stylelint-mrhenry-prop-order 3.0.12 → 3.0.13

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 +2 -7
  2. package/package.json +1 -1
package/order.mjs CHANGED
@@ -302,7 +302,7 @@ export const order = [
302
302
  "inset-block",
303
303
  "inset-block-start",
304
304
  "inset-block-end",
305
- "inset-area",
305
+ "interpolate-size",
306
306
  "isolation",
307
307
  "justify-content",
308
308
  "justify-items",
@@ -356,7 +356,6 @@ export const order = [
356
356
  "mask-repeat",
357
357
  "mask-size",
358
358
  "mask-type",
359
- "masonry-auto-flow",
360
359
  "math-depth",
361
360
  "math-shift",
362
361
  "math-style",
@@ -435,6 +434,7 @@ export const order = [
435
434
  "pointer-events",
436
435
  "position",
437
436
  "position-anchor",
437
+ "position-area",
438
438
  "position-try",
439
439
  "position-try-order",
440
440
  "position-try-fallbacks",
@@ -483,11 +483,6 @@ export const order = [
483
483
  "scroll-snap-align",
484
484
  "scroll-snap-stop",
485
485
  "scroll-snap-type",
486
- "scroll-start",
487
- "scroll-start-inline",
488
- "scroll-start-block",
489
- "scroll-start-x",
490
- "scroll-start-y",
491
486
  "scroll-start-target",
492
487
  "scroll-timeline",
493
488
  "scroll-timeline-axis",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "type": "module",
6
6
  "main": "index.mjs",