Skip to content

Commit 837423c

Browse files
committed
Fix formatting
1 parent 478abd2 commit 837423c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

rules/order/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ Specify the order of content within declaration blocks.
1515
```ts
1616
type PrimaryOption = Array<Keyword | AtRule | Rule>;
1717

18-
type Keyword = "custom-properties" | "dollar-variables" | "at-variables" | "declarations" | "rules" | "at-rules" | "less-mixins";
18+
type Keyword =
19+
| 'custom-properties'
20+
| 'dollar-variables'
21+
| 'at-variables'
22+
| 'declarations'
23+
| 'rules'
24+
| 'at-rules'
25+
| 'less-mixins';
1926

2027
type AtRule = {
2128
type: 'at-rule';

0 commit comments

Comments
 (0)