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
+22-20Lines changed: 22 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ Or, 🌐 the CDN: `<script src="https://cdn.jsdelivr.net/gh/gnat/css-scope-inlin
47
47
48
48
Use whatever you'd like, but there's a few advantages with this approach over Tailwind, Twind, UnoCSS:
49
49
50
-
* 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!
51
-
* No more visual noise on every `<div>`. Use a local `<style>` per group.
50
+
* No more [repeating styles](https://tailwindcss.com/docs/reusing-styles) on child elements (..no [@apply](https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply), no `[&>thing]` per style). It's just CSS!
51
+
* No endless visual noise on every `<div>`. Use a local `<style>` per group.
52
52
* No high risk of eventually requiring a build step.
53
53
* No chance of [deprecations](https://windicss.org/posts/sunsetting.html). 18 lines is infinitely maintainable.
54
54
* Get the ultra-fast "inspect, play with styles, paste" workflow back.
@@ -120,32 +120,34 @@ Tailwind verbosity goes up with more child elements.
0 commit comments