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

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 -0
  2. package/package.json +2 -2
package/order.js CHANGED
@@ -484,6 +484,7 @@ module.exports = [
484
484
  "scroll-start-x",
485
485
  "scroll-start-y",
486
486
  "scroll-timeline",
487
+ "scroll-timeline-attachment",
487
488
  "scroll-timeline-axis",
488
489
  "scroll-timeline-name",
489
490
  "scrollbar-color",
@@ -584,6 +585,7 @@ module.exports = [
584
585
  "vector-effect",
585
586
  "vertical-align",
586
587
  "view-timeline",
588
+ "view-timeline-attachment",
587
589
  "view-timeline-axis",
588
590
  "view-timeline-inset",
589
591
  "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.6",
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
  }