From 477fe94308310c42ea5ba1f7753c298bf55d7979 Mon Sep 17 00:00:00 2001 From: Enji Kusnadi Date: Mon, 26 Dec 2022 23:04:59 +0700 Subject: [PATCH] add(plugins): tailwindcss-accent (#476) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b01f35..268b7bc 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ - 🎨🧬 [Theme Swapper](https://github.com/crswll/tailwindcss-theme-swapper) - Theming using CSS variables, with media queries support. - 🎨🧬 [Themeable](https://github.com/upupming/tailwindcss-themeable) - Adds multiple themes support for Tailwind CSS. - 🎨🧬 [Themer](https://github.com/RyanClementsHax/tailwindcss-themer) - Adds theming support for Tailwind CSS with CSS variables and variants. +- πŸŽ¨πŸ’Ό [Accent](https://github.com/enjidev/tailwindcss-accent) - Adds `accent` colors for more dynamic and flexible color utilization. - πŸ’ΌπŸ§¬ [Radix](https://github.com/ecklf/tailwindcss-radix) - Adds utilities and variants for styling Radix UI state. - πŸ’Ό [Custom Native](https://github.com/SirNavith/tailwindcss-custom-native) - Leverages Tailwind CSS's configuration to allow the creation of utilities. - πŸ’Ό [Image Rendering](https://github.com/hacknug/tailwindcss-image-rendering) - Adds `image-rendering` utilities.