tailwind-raw-reorder
tailwind-raw-reorder copied to clipboard
An opinionated Tailwind CSS class sorter built for Visual Studio Code
Made it easy to spot classes after they move by styling them with Theme Syntax Highlighting colors. Also added configuration options for highlighting color and highlighting timeout
**Describe the bug** Hi 👋 thanks for attempting to continue headwind. I'm trying this extension out coming from abandoned headwind, and I cannot get it to work. Headwind just works...
It'd be nice to have [child selector](https://tailwindcss.com/docs/hover-focus-and-other-states#child-selectors) (`*` and `**`) supported for reorder too ! Currently seems to work for `hover` tho, so it's just missing those in the "selector...
Development of [Tailwind 4](https://github.com/tailwindlabs/tailwindcss/tree/next) is in full swing! Currently, TRR does nothing when working on projects that utilize TW4's CSS-based config, unless I place an empty `tailwind.config.js` file into my...
**Describe the bug** When for example turning off the option to `Run on Save`, after making changes to files it would still auto sort the classes. **Expected behavior** Once option...
As you can see in the [TailwindCSS configuration docs](https://tailwindcss.com/docs/configuration#prefix), you can set the **prefix option**. With this option, Tailwind will add a prefix to all utility classes it generates to...
First of all, thank you very much for this plugin. I'm dropping the prettier plugin in favor of this for my entire team. ## Describe the bug The projects I...