headwind
headwind copied to clipboard
An opinionated Tailwind CSS class sorter built for Visual Studio Code
Please add support to sort state utilities such as: `first:` and `last:`. These are added custom on `tailwind.config.js` via `theme.extend` https://tailwindcss.com/docs/hover-focus-and-other-states#first-child I'm currently on 2.0.0. If a class string have...
# Support for xwind ## What is xwind xwind is a alternative to tw.macro. It can be found here [https://github.com/Arthie/xwind](https://github.com/Arthie/xwind). ## What does it entail I haven't looked into this...
**Is your feature request related to a problem? Please describe.** A common workflow is inputting a class with a certain value and incrementing or decrementing: input `px-3`, review how it...
**Is your feature request related to a problem? Please describe.** Headwind cannot detect Tailwind classes in `` tags in Svelte components. **Describe the solution you'd like** It would be awesome...
**Is your feature request related to a problem? Please describe.** For `.svelte` files, headwind runs via shortcut but not on save. **Describe the solution you'd like** Headwind should be configurable...
Is anybody already working on sorting responsive- and pseudo-class variants. If not, then that's definitely something worth looking into I'd say. Currently they're considered custom classes unless they're all also...
**Describe the bug** Hi 👋 thanks for this great extension, it's been very useful for Tailwind (and I wish there was a real Bootstrap equivalent). Unfortunately, I have a project...
Support for Pug (in Vue files). ```vue #app .bg-red-500.container.mx-auto.text-white.lg_bg-red-600 ``` ```js // tailwind.config.js module.exports = { separator: '_', // pug doesn't support colon in classes theme: {}, variants: {}, plugins:...
**Is your feature request related to a problem? Please describe.** As described here, saving is doing funny stuff with the current cursor position. Since the plugin runs also on autosave...
**Describe the bug** Does not remove the trailing space after the last class inside the class attribute. For example, ``` ^extra space ``` **To Reproduce** Add a space after the...