From 857a3d3772d04f54c739bf5817084ee9367e6e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florentin=20/=20=E7=8F=9E=E8=BE=B0?= Date: Wed, 24 Nov 2021 16:11:07 +0100 Subject: [PATCH] add(plugins): tailwindcss-radix (#420) Co-authored-by: Enzo Innocenzi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25cbe58..5a3ddaf 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ - 🎨🧬 [Prefers Dark Mode](https://github.com/javifm86/tailwindcss-prefers-dark-mode) - Adds variants based on the `prefers-color-scheme` media query. - 🎨🧬 [Dark Mode](https://github.com/danestves/tailwindcss-darkmode) - Adds `dark` variants based on CSS classes. - 🎨🧬 [Dark Mode](https://github.com/ChanceArthur/tailwindcss-dark-mode) - Adds `dark` variants based on the `prefers-color-scheme` media query. +- πŸ’ΌπŸ§¬ [Radix](https://github.com/ecklf/tailwindcss-radix) - Adds utilities and variants for styling Radix UI state. - πŸ’Ό [Gap](https://github.com/benface/tailwindcss-gap) - Adds `gap` utilities. - πŸ’Ό [Aspect Ratio](https://github.com/webdna/tailwindcss-aspect-ratio) - Adds `aspect-ratio` utilities. - πŸ’Ό [Custom Native](https://github.com/SirNavith/tailwindcss-custom-native) - Leverages Tailwind CSS's configuration to allow the creation of utilities.