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
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
* You wish `this` would work in `<style>` tags.
12
12
* Want all CSS features: [Nesting](https://caniuse.com/css-nesting), animations. Get scoped [`@keyframes`](https://github.com/gnat/css-scope-inline/blob/main/example.html#L86)!
13
13
* You wish `@media` queries were shorter for [responsive design](https://tailwindcss.com/docs/responsive-design).
14
-
* Only 18 lines. No build step. No dependencies.
14
+
* Only 16 lines. No build step. No dependencies.
15
15
* Pairs well with [htmx](https://htmx.org) and [Surreal](https://github.com/gnat/surreal)
16
16
* Want fewer layers, less complexity. Are aware of the cargo cult. ✈️
17
17
@@ -50,7 +50,7 @@ Use whatever you'd like, but there's a few advantages with this approach over Ta
50
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
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
-
* No chance of [deprecations](https://windicss.org/posts/sunsetting.html). 18 lines is infinitely maintainable.
53
+
* No chance of [deprecations](https://windicss.org/posts/sunsetting.html). 16 lines is infinitely maintainable.
54
54
* Get the ultra-fast "inspect, play with styles, paste" workflow back.
55
55
* No suffering from FOUC (a flash of unstyled content).
56
56
* Zero friction movement of styles between inline and `.css` files. Just replace `me`
0 commit comments