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
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 (..no [@apply](https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply), no `[&>thing]`per style). It's just CSS!
50
+
* No [repeat styles](https://tailwindcss.com/docs/reusing-styles) on child elements (..no [@apply](https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply), no `[&>thing]`on each style).
51
51
* No endless visual noise on every `<div>`. Use a local `<style>` per group.
52
+
* No difference in syntax between local and global styles. Universal CSS.
53
+
* Regain your "inspect, play with styles, paste" workflow in your web browser!
54
+
* No suffering from lost syntax highlighting on properties and units.
52
55
* No high risk of eventually requiring a build step.
53
56
* No chance of [deprecations](https://windicss.org/posts/sunsetting.html). 16 lines is infinitely maintainable.
54
-
* Get the ultra-fast "inspect, play with styles, paste" workflow back.
55
-
* No suffering from missing syntax highlighting on properties and units.
56
57
* No suffering from FOUC (a flash of unstyled content).
57
58
* Zero friction movement of styles between inline and `.css` files. Just replace `me`
58
-
* No special tooling or plugins to install. Universal vanilla CSS.
59
+
* No special tooling or plugins to install.
59
60
60
61
## ⚡ Workflow Tips
61
62
@@ -79,8 +80,8 @@ Tailwind verbosity goes up with more child elements.
0 commit comments