Skip to content

Commit 94e9ec7

Browse files
authored
Update README.md
1 parent 58e7b38 commit 94e9ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This method also leaves your existing styles untouched, allowing you to mix and
3838

3939
Use whatever you'd like, but there's a few advantages with this approach over [Tailwind CDN](https://tailwindcss.com/docs/installation/play-cdn), [Twind](https://github.com/tw-in-js/twind), [UnoCSS](https://github.com/unocss/unocss):
4040

41-
* No more repeat styles on child elements or `[&>*]` or [extracting classes](https://tailwindcss.com/docs/reusing-styles) or groups. It's just CSS!
41+
* No repeated styles on child elements (no `[&>*]`, no [extracting classes](https://tailwindcss.com/docs/reusing-styles), no groups). It's just CSS!
4242
* No high risk of eventually requiring a build step. It's just CSS!
4343
* Get the ultra-fast "inspect, play with styles, paste" workflow back. It's just CSS!
4444
* No suffering from FOUC (a flash of unstyled content).

0 commit comments

Comments
 (0)