Skip to content

Commit 20d8c35

Browse files
authored
Update README.md
1 parent a360188 commit 20d8c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* You wish `this` would work in `<style>` tags.
1212
* 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)!
1313
* 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.
1515
* Pairs well with [htmx](https://htmx.org) and [Surreal](https://github.com/gnat/surreal)
1616
* Want fewer layers, less complexity. Are aware of the cargo cult. ✈️
1717

@@ -50,7 +50,7 @@ Use whatever you'd like, but there's a few advantages with this approach over Ta
5050
* 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!
5151
* No endless visual noise on every `<div>`. Use a local `<style>` per group.
5252
* 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.
5454
* Get the ultra-fast "inspect, play with styles, paste" workflow back.
5555
* No suffering from FOUC (a flash of unstyled content).
5656
* Zero friction movement of styles between inline and `.css` files. Just replace `me`

0 commit comments

Comments
 (0)