We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed46153 commit 23b5532Copy full SHA for 23b5532
docs/rules/enforces-shorthand.md
@@ -18,11 +18,11 @@ Examples of **correct** code for this rule:
18
19
#### Limitations
20
21
-At the moment, the rule will not merge mixed classnames (e.g. using regular values AND arbitrary value).
+At the moment, the rule will not merge mixed classnames (e.g. using regular values AND arbitrary values).
22
23
```html
24
<div class="border-t-[0] border-r-0 border-b-0 border-l-[0]">
25
- won't be converted to boredr-0 shorthand
+ won't be converted to border-0 shorthand
26
</div>
27
```
28
0 commit comments