Skip to content

Commit 14da8b4

Browse files
authored
Update README.md
1 parent 5ebedf6 commit 14da8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This method also leaves your existing styles untouched, allowing you to mix and
4040
Use whatever you'd like, but there's a few advantages with this approach over Tailwind, Twind, UnoCSS:
4141

4242
* 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.
4344
* No high risk of eventually requiring a build step.
4445
* No chance of [deprecations](https://windicss.org/posts/sunsetting.html). 18 lines is infinitely maintainable.
4546
* Get the ultra-fast "inspect, play with styles, paste" workflow back.

0 commit comments

Comments
 (0)