From e23097950c734fd68d13a20e04fd93b428844c78 Mon Sep 17 00:00:00 2001 From: Enzo Innocenzi Date: Fri, 30 May 2025 14:45:33 +0200 Subject: [PATCH] chore: reorder plugin category --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9cf7243..c072027 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ - [Useful links](#useful-links) - [IDE extensions](#ide-extensions) -- [Plugins](#plugins) - [Tools](#tools) - [UI libraries, components & templates](#ui-libraries-components--templates) +- [Plugins](#plugins) ## Useful links @@ -53,21 +53,6 @@ - [LSP support for Emacs](https://github.com/merrickluo/lsp-tailwindcss) - LSP support for Emacs. - [Editor support for VS2022](https://github.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS) - IntelliSense, linting, sorting, and more in Visual Studio 2022. -## Plugins - -**Legend**: 馃挋 Official plugin 路 馃帹 Theming 路 馃捈 Utilities 路 馃З Components 路 馃洃 Deprecated - -- 馃挋馃З [Typography](https://github.com/tailwindlabs/tailwindcss-typography) - Adds a `prose` class for beautiful typographic defaults. -- 馃挋 [Forms](https://github.com/tailwindlabs/tailwindcss-forms) - Adds better default styles to form elements. -- 馃帹 [Themer](https://github.com/RyanClementsHax/tailwindcss-themer) - Adds theming support for Tailwind CSS with CSS variables and variants. -- 馃捈 [Bootstrap grid](https://github.com/karolis-sh/tailwind-bootstrap-grid) - Generates Bootstrap's style flexbox grid system. -- 馃捈 [Dot & grid backgrounds](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds) - Adds `bg-grid` and `bg-dot` classes to add easy-to-customize grid and dot pattern backgrounds with just CSS. -- 馃捈 [Leading Trim](https://github.com/stormwarning/tailwindcss-capsize) - Adds utilities to trim text whitespace, using [Capsize](https://github.com/seek-oss/capsize). -- 馃捈 [Scrollbar Hide](https://github.com/reslear/tailwind-scrollbar-hide) - Adds `scrollbar-hide` class for visual hide scrollbar. -- 馃捈 [px to viewport](https://github.com/the-lemonboy/tailwindcss-px-to-viewport) - Adds utilities to automatically convert px to vw / vh. -- 馃捈馃З [Fluid](https://github.com/barvian/fluid-tailwind) - Adds fluid `clamp()` versions of every built-in utility. -- 馃З [Debug screens](https://github.com/jorenvanhee/tailwindcss-debug-screens) - Adds a component that shows the currently active screen (responsive breakpoint). - ## Tools **Legend**: 馃實 Accessible online 路 馃寪 Browser extension 路 馃敿 Conversion or upgrade tool 路 馃敡 Generator 路 馃叞 Typing/enforcement 路 馃捈 Plugins/Tools/Extensions for external services 路 馃帹 Color-related 路 馃殌 Framework @@ -125,6 +110,21 @@ - 馃搧 [Astro Template Dante](https://github.com/JustGoodUI/dante-astro-theme) - Tailwind CSS & Astro blog/portfolio template. - 馃搧 [Statichunt](https://statichunt.com/tailwind-templates) - Open source directory of hand-picked free and premium Tailwind templates & starters. +## Plugins + +**Legend**: 馃挋 Official plugin 路 馃帹 Theming 路 馃捈 Utilities 路 馃З Components 路 馃洃 Deprecated + +- 馃挋馃З [Typography](https://github.com/tailwindlabs/tailwindcss-typography) - Adds a `prose` class for beautiful typographic defaults. +- 馃挋 [Forms](https://github.com/tailwindlabs/tailwindcss-forms) - Adds better default styles to form elements. +- 馃帹 [Themer](https://github.com/RyanClementsHax/tailwindcss-themer) - Adds theming support for Tailwind CSS with CSS variables and variants. +- 馃捈 [Bootstrap grid](https://github.com/karolis-sh/tailwind-bootstrap-grid) - Generates Bootstrap's style flexbox grid system. +- 馃捈 [Dot & grid backgrounds](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds) - Adds `bg-grid` and `bg-dot` classes to add easy-to-customize grid and dot pattern backgrounds with just CSS. +- 馃捈 [Leading Trim](https://github.com/stormwarning/tailwindcss-capsize) - Adds utilities to trim text whitespace, using [Capsize](https://github.com/seek-oss/capsize). +- 馃捈 [Scrollbar Hide](https://github.com/reslear/tailwind-scrollbar-hide) - Adds `scrollbar-hide` class for visual hide scrollbar. +- 馃捈 [px to viewport](https://github.com/the-lemonboy/tailwindcss-px-to-viewport) - Adds utilities to automatically convert px to vw / vh. +- 馃捈馃З [Fluid](https://github.com/barvian/fluid-tailwind) - Adds fluid `clamp()` versions of every built-in utility. +- 馃З [Debug screens](https://github.com/jorenvanhee/tailwindcss-debug-screens) - Adds a component that shows the currently active screen (responsive breakpoint). +