@mrhenry/stylelint-mrhenry-prop-order 3.0.5 → 3.0.7

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 -2
  2. package/package.json +1 -1
package/order.mjs CHANGED
@@ -7,6 +7,7 @@ export const order = [
7
7
  "all",
8
8
  "anchor-default",
9
9
  "anchor-name",
10
+ "anchor-scope",
10
11
  "animation",
11
12
  "animation-composition",
12
13
  "animation-delay",
@@ -434,8 +435,6 @@ export const order = [
434
435
  "place-self",
435
436
  "pointer-events",
436
437
  "position",
437
- "position-animation",
438
- "position-fallback-bounds",
439
438
  "position-try",
440
439
  "position-try-options",
441
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.5",
3
+ "version": "3.0.7",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "type": "module",
6
6
  "main": "index.mjs",