@mrhenry/stylelint-mrhenry-prop-order 3.0.6 → 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 -1
  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,7 +435,6 @@ export const order = [
434
435
  "place-self",
435
436
  "pointer-events",
436
437
  "position",
437
- "position-animation",
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.6",
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",