We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478abd2 commit 837423cCopy full SHA for 837423c
rules/order/README.md
@@ -15,7 +15,14 @@ Specify the order of content within declaration blocks.
15
```ts
16
type PrimaryOption = Array<Keyword | AtRule | Rule>;
17
18
-type Keyword = "custom-properties" | "dollar-variables" | "at-variables" | "declarations" | "rules" | "at-rules" | "less-mixins";
+type Keyword =
19
+ | 'custom-properties'
20
+ | 'dollar-variables'
21
+ | 'at-variables'
22
+ | 'declarations'
23
+ | 'rules'
24
+ | 'at-rules'
25
+ | 'less-mixins';
26
27
type AtRule = {
28
type: 'at-rule';
0 commit comments