@mrhenry/stylelint-mrhenry-prop-order 2.0.6 → 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.
- package/order.js +9 -5
- 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",
|
|
@@ -480,9 +480,13 @@ module.exports = [
|
|
|
480
480
|
"scroll-start",
|
|
481
481
|
"scroll-start-inline",
|
|
482
482
|
"scroll-start-block",
|
|
483
|
-
"scroll-start-target",
|
|
484
483
|
"scroll-start-x",
|
|
485
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",
|
|
486
490
|
"scroll-timeline",
|
|
487
491
|
"scroll-timeline-attachment",
|
|
488
492
|
"scroll-timeline-axis",
|