@mrhenry/stylelint-mrhenry-prop-order 2.0.5 → 2.0.7

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 +2 -6
  2. package/package.json +2 -2
package/order.js CHANGED
@@ -477,13 +477,8 @@ module.exports = [
477
477
  "scroll-snap-align",
478
478
  "scroll-snap-stop",
479
479
  "scroll-snap-type",
480
- "scroll-start",
481
- "scroll-start-inline",
482
- "scroll-start-block",
483
- "scroll-start-target",
484
- "scroll-start-x",
485
- "scroll-start-y",
486
480
  "scroll-timeline",
481
+ "scroll-timeline-attachment",
487
482
  "scroll-timeline-axis",
488
483
  "scroll-timeline-name",
489
484
  "scrollbar-color",
@@ -584,6 +579,7 @@ module.exports = [
584
579
  "vector-effect",
585
580
  "vertical-align",
586
581
  "view-timeline",
582
+ "view-timeline-attachment",
587
583
  "view-timeline-axis",
588
584
  "view-timeline-inset",
589
585
  "view-timeline-name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "main": "stylelint-mrhenry-prop-order.js",
6
6
  "scripts": {
@@ -33,6 +33,6 @@
33
33
  "stylelint": "^14.16.1 || ^15.0.0"
34
34
  },
35
35
  "devDependencies": {
36
- "stylelint": "^15.4.0"
36
+ "stylelint": "^15.6.0"
37
37
  }
38
38
  }