From d85611929db33ce23bbd442a76abe09503ffe45b Mon Sep 17 00:00:00 2001 From: Nathaniel Sabanski Date: Thu, 21 Sep 2023 10:47:00 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7606f5..a91f252 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This method also leaves your existing styles untouched, allowing you to mix and ## 🤔 Why consider this over Tailwind CSS? -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): +Use whatever you'd like, but there's a few advantages with this approach over Tailwind, Twind, UnoCSS: * No more [repeated styles](https://tailwindcss.com/docs/reusing-styles) on child elements (..and no [@apply on @layer](https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply), no `[&>*]`). It's just CSS! * No high risk of eventually requiring a build step.