Skip to content

Commit 7db7174

Browse files
authored
Add custom-properties-alphabetical-order in README (#214)
1 parent 6d5b26a commit 7db7174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Add `stylelint-order` to your Stylelint config `plugins` array, then add rules y
4545
* [`order`](./rules/order/README.md): Specify the order of content within declaration blocks.
4646
* [`properties-order`](./rules/properties-order/README.md): Specify the order of properties within declaration blocks.
4747
* [`properties-alphabetical-order`](./rules/properties-alphabetical-order/README.md): Specify the alphabetical order of properties within declaration blocks.
48+
* [`custom-properties-alphabetical-order`](./rules/custom-properties-alphabetical-order/README.md): Specify the alphabetical order of custom properties (CSS variables) within declaration blocks.
4849

4950
## Autofixing
5051

0 commit comments

Comments
 (0)