headwind icon indicating copy to clipboard operation
headwind copied to clipboard

An opinionated Tailwind CSS class sorter built for Visual Studio Code

Results 87 headwind issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I want to know which revision of the code is being published as several versions to the Marketplace **Describe the...

**Problem** While typing classes if not enough fast, the classes get concatenated, class order breaks, which is pretty annoying. **Recommended Solutions** What I think could solve it is not to...

Hello, (This feature request is related to #171 and #144) I still find it difficult to understand what rule defines the order of classes. I heard about `headwind.sortTailwindClasses` but there...

current behavior: div class='md:h-21 md:w1/2 fixed top-0 z-10 flex-shrink-0 w-full h-16' expect: div class='fixed top-0 z-10 flex-shrink-0 w-full md:w1/2 h-16 md:h-21' --- I think the problem is these classes don't...

Hi! Thanks for creating this awesome extension for VSCode! Are there any plans to support Tailwind's new [Just-in-Time "Arbitrary Value" classes](https://tailwindcss.com/docs/just-in-time-mode#arbitrary-value-support) (i.e. break-out classes created with square bracket notation)? For...

Prettier introduced this new ["great" feature of placing only one class in every line](https://github.com/prettier/prettier/issues/10918) - infortunately this [surfaces in Vetur as well](https://github.com/vuejs/vetur/issues/3156). Combined with *Headwind*, I notice a strange flickering...

**Is your feature request related to a problem? Please describe.** I'm using [VSCodium](https://vscodium.com/), and it comes with [Open VSX marketplace](https://open-vsx.org/) instead of VS Code Marketplace. So unfortunately, this (awesome) extension...

enhancement

Currently the plugin supports only html files, right? Can you support php-files (used for wordpress theme template development) too? Thanks