Skip to content

Commit

Permalink
prop-order
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jul 8, 2024
1 parent 9ca1342 commit c87130d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 38 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/prop-order/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.0.11

- Add new properties:
- `position-try-fallbacks`
- `scroll-marker-group`
- Remove unknown properties:
- `position-try-options`
- `scroll-start-target-block`
- `scroll-start-target-inline`
- `scroll-start-target-x`
- `scroll-start-target-y`

## 3.0.10

- Add new properties:
Expand Down
7 changes: 2 additions & 5 deletions packages/prop-order/order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ export const order = [
"position",
"position-anchor",
"position-try",
"position-try-options",
"position-try-order",
"position-try-fallbacks",
"position-visibility",
"print-color-adjust",
"quotes",
Expand Down Expand Up @@ -489,13 +489,10 @@ export const order = [
"scroll-start-x",
"scroll-start-y",
"scroll-start-target",
"scroll-start-target-inline",
"scroll-start-target-block",
"scroll-start-target-x",
"scroll-start-target-y",
"scroll-timeline",
"scroll-timeline-axis",
"scroll-timeline-name",
'scroll-marker-group',
"scrollbar-color",
"scrollbar-gutter",
"scrollbar-width",
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/stylelint-mrhenry-prop-order",
"version": "3.0.10",
"version": "3.0.11",
"description": "Mr. Henry's preferred order for CSS properties",
"type": "module",
"main": "index.mjs",
Expand Down

0 comments on commit c87130d

Please sign in to comment.