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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ This method also leaves your existing styles untouched, allowing you to mix and
40
40
Use whatever you'd like, but there's a few advantages with this approach over Tailwind, Twind, UnoCSS:
41
41
42
42
* No more [repeating styles](https://tailwindcss.com/docs/reusing-styles) on child elements (..and no [@apply](https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply), no `[&>*]`). It's just CSS!
43
+
* No more visual noise on every `<div>`. Use a local `<style>` per group.
43
44
* No high risk of eventually requiring a build step.
44
45
* No chance of [deprecations](https://windicss.org/posts/sunsetting.html). 18 lines is infinitely maintainable.
45
46
* Get the ultra-fast "inspect, play with styles, paste" workflow back.
0 commit comments