@mrhenry/stylelint-mrhenry-prop-order 3.0.3 → 3.0.4
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.mjs +4 -2
- package/package.json +1 -1
package/order.mjs
CHANGED
|
@@ -151,6 +151,7 @@ export const order = [
|
|
|
151
151
|
"break-inside",
|
|
152
152
|
"caption-side",
|
|
153
153
|
"caret",
|
|
154
|
+
"caret-animation",
|
|
154
155
|
"caret-color",
|
|
155
156
|
"caret-shape",
|
|
156
157
|
"clear",
|
|
@@ -376,8 +377,6 @@ export const order = [
|
|
|
376
377
|
"offset-rotate",
|
|
377
378
|
"opacity",
|
|
378
379
|
"order",
|
|
379
|
-
"layout-order",
|
|
380
|
-
"reading-order",
|
|
381
380
|
"orphans",
|
|
382
381
|
"outline",
|
|
383
382
|
"outline-color",
|
|
@@ -434,12 +433,15 @@ export const order = [
|
|
|
434
433
|
"place-self",
|
|
435
434
|
"pointer-events",
|
|
436
435
|
"position",
|
|
436
|
+
"position-animation",
|
|
437
437
|
"position-fallback-bounds",
|
|
438
|
+
"position-try",
|
|
438
439
|
"position-try-options",
|
|
439
440
|
"position-try-order",
|
|
440
441
|
"print-color-adjust",
|
|
441
442
|
"quotes",
|
|
442
443
|
"r",
|
|
444
|
+
"reading-order-items",
|
|
443
445
|
"region-fragment",
|
|
444
446
|
"resize",
|
|
445
447
|
"rest",
|