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

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 +14 -4
  2. package/package.json +1 -1
package/order.js CHANGED
@@ -384,11 +384,11 @@ module.exports = [
384
384
  "outline-width",
385
385
  "outline-offset",
386
386
  "overflow",
387
+ "overflow-inline",
388
+ "overflow-block",
387
389
  "overflow-x",
388
390
  "overflow-y",
389
391
  "overflow-anchor",
390
- "overflow-inline",
391
- "overflow-block",
392
392
  "overflow-clip-margin",
393
393
  "overflow-clip-margin-inline",
394
394
  "overflow-clip-margin-inline-start",
@@ -403,10 +403,10 @@ module.exports = [
403
403
  "overflow-wrap",
404
404
  "overlay",
405
405
  "overscroll-behavior",
406
- "overscroll-behavior-x",
407
- "overscroll-behavior-y",
408
406
  "overscroll-behavior-inline",
409
407
  "overscroll-behavior-block",
408
+ "overscroll-behavior-x",
409
+ "overscroll-behavior-y",
410
410
  "padding",
411
411
  "padding-inline",
412
412
  "padding-inline-start",
@@ -477,6 +477,16 @@ 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-x",
484
+ "scroll-start-y",
485
+ "scroll-start-target",
486
+ "scroll-start-target-inline",
487
+ "scroll-start-target-block",
488
+ "scroll-start-target-x",
489
+ "scroll-start-target-y",
480
490
  "scroll-timeline",
481
491
  "scroll-timeline-attachment",
482
492
  "scroll-timeline-axis",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "main": "stylelint-mrhenry-prop-order.js",
6
6
  "scripts": {