You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Windi CSS will only generate the CSS utilities you use, it enables the possibility to use arbitrary value in your classes and generate coresponding styles based on the appropriate semantics.
@@ -15,29 +15,29 @@ Since Windi CSS will only generate the CSS utilities you use, it enables the pos
15
15
<divclass="grid-cols-[auto,1fr,30px]"></div>
16
16
```
17
17
18
-
This is useful when you want to opt-out your design system and have some fine-grain controls over some specific components. Both direct `p-5px`and explicitly escaping `p-[5px]`are supported.
We also provided [an visual analyser](/features/analyzer) to give you an overview of all the utilities usages in your project and spot unwanted value escaping of your design system with ease.
0 commit comments