@mrhenry/stylelint-mrhenry-prop-order 2.0.4 → 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 +5 -2
  2. package/package.json +2 -2
package/order.js CHANGED
@@ -304,7 +304,6 @@ module.exports = [
304
304
  "justify-items",
305
305
  "justify-self",
306
306
  "justify-tracks",
307
- "leading-trim",
308
307
  "letter-spacing",
309
308
  "lighting-color",
310
309
  "line-break",
@@ -402,6 +401,7 @@ module.exports = [
402
401
  "overflow-clip-margin-bottom",
403
402
  "overflow-clip-margin-left",
404
403
  "overflow-wrap",
404
+ "overlay",
405
405
  "overscroll-behavior",
406
406
  "overscroll-behavior-x",
407
407
  "overscroll-behavior-y",
@@ -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",
@@ -531,6 +532,8 @@ module.exports = [
531
532
  "text-align-all",
532
533
  "text-align-last",
533
534
  "text-anchor",
535
+ "text-box-edge",
536
+ "text-box-trim",
534
537
  "text-combine-upright",
535
538
  "text-decoration",
536
539
  "text-decoration-color",
@@ -543,7 +546,6 @@ module.exports = [
543
546
  "text-decoration-skip-self",
544
547
  "text-decoration-skip-spaces",
545
548
  "text-decoration-trim",
546
- "text-edge",
547
549
  "text-emphasis",
548
550
  "text-emphasis-color",
549
551
  "text-emphasis-style",
@@ -583,6 +585,7 @@ module.exports = [
583
585
  "vector-effect",
584
586
  "vertical-align",
585
587
  "view-timeline",
588
+ "view-timeline-attachment",
586
589
  "view-timeline-axis",
587
590
  "view-timeline-inset",
588
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.4",
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.3.0"
36
+ "stylelint": "^15.6.0"
37
37
  }
38
38
  }