@mrhenry/stylelint-mrhenry-prop-order 3.0.4 → 3.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.mjs +1 -1
  2. package/package.json +1 -1
package/order.mjs CHANGED
@@ -201,6 +201,7 @@ export const order = [
201
201
  "direction",
202
202
  "display",
203
203
  "dominant-baseline",
204
+ "dynamic-range-limit",
204
205
  "empty-cells",
205
206
  "field-sizing",
206
207
  "fill",
@@ -434,7 +435,6 @@ export const order = [
434
435
  "pointer-events",
435
436
  "position",
436
437
  "position-animation",
437
- "position-fallback-bounds",
438
438
  "position-try",
439
439
  "position-try-options",
440
440
  "position-try-order",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "type": "module",
6
6
  "main": "index.mjs",