@mrhenry/stylelint-mrhenry-prop-order 3.0.9 → 3.0.11

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 +3 -6
  2. package/package.json +2 -2
package/order.mjs CHANGED
@@ -436,13 +436,13 @@ export const order = [
436
436
  "position",
437
437
  "position-anchor",
438
438
  "position-try",
439
- "position-try-options",
440
439
  "position-try-order",
440
+ "position-try-fallbacks",
441
441
  "position-visibility",
442
442
  "print-color-adjust",
443
443
  "quotes",
444
444
  "r",
445
- "reading-order-items",
445
+ "reading-flow",
446
446
  "region-fragment",
447
447
  "resize",
448
448
  "rest",
@@ -489,13 +489,10 @@ export const order = [
489
489
  "scroll-start-x",
490
490
  "scroll-start-y",
491
491
  "scroll-start-target",
492
- "scroll-start-target-inline",
493
- "scroll-start-target-block",
494
- "scroll-start-target-x",
495
- "scroll-start-target-y",
496
492
  "scroll-timeline",
497
493
  "scroll-timeline-axis",
498
494
  "scroll-timeline-name",
495
+ 'scroll-marker-group',
499
496
  "scrollbar-color",
500
497
  "scrollbar-gutter",
501
498
  "scrollbar-width",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "type": "module",
6
6
  "main": "index.mjs",
@@ -30,6 +30,6 @@
30
30
  "stylelint": "^16.0.0"
31
31
  },
32
32
  "devDependencies": {
33
- "stylelint": "^16.3.1"
33
+ "stylelint": "^16.6.1"
34
34
  }
35
35
  }