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

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 +4 -3
  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",
@@ -531,6 +531,8 @@ module.exports = [
531
531
  "text-align-all",
532
532
  "text-align-last",
533
533
  "text-anchor",
534
+ "text-box-edge",
535
+ "text-box-trim",
534
536
  "text-combine-upright",
535
537
  "text-decoration",
536
538
  "text-decoration-color",
@@ -543,7 +545,6 @@ module.exports = [
543
545
  "text-decoration-skip-self",
544
546
  "text-decoration-skip-spaces",
545
547
  "text-decoration-trim",
546
- "text-edge",
547
548
  "text-emphasis",
548
549
  "text-emphasis-color",
549
550
  "text-emphasis-style",
@@ -599,7 +600,7 @@ module.exports = [
599
600
  "white-space",
600
601
  "white-space-collapse",
601
602
  "text-wrap",
602
- "text-space-trim",
603
+ "white-space-trim",
603
604
  "widows",
604
605
  "width",
605
606
  "min-width",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
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.4.0"
37
37
  }
38
38
  }