headwind
headwind copied to clipboard
An opinionated Tailwind CSS class sorter built for Visual Studio Code
As issued here #133 Currently headwind doesnt automatically activate when using ESM file `tailwind.config.cjs` This PR add activation events for file `tailwind.config.cjs`.
Hi, ```HTML w-48 results in w-36 results in ``` The sorting logic seems inconsistent, making things hard to read. It's not immediately obvious there was only 1 tiny change. Bug?...
Please test this out and let me know if there's any problems. If there's no problems i will publish v2.0.0 on May 1st [headwind-2.0.0.vsix.zip](https://github.com/heybourn/headwind/files/6361713/headwind-2.0.0.vsix.zip)
can someone help me get this working with js files. It looks like i'm supposed to use regex in settings.json file but 1. I don't really understand regex 2. it...
**Describe the bug** The sorting is not respecting the line breaks to make it easy to read **Before**  **After** 
**Describe the bug** Cannot sort css classes using the laravel blade conditional classes 
**Describe the bug** Headwind doesn't work. It throws an error when I run `Sort TailwindCSS Classes on Entire Workspace`; ``` Headwind error: /home/thiras/.vscode/extensions/heybourn.headwind-1.7.0/node_modules/rustywind/bin/rustywind: 1: Syntax error: ")" unexpected ``` **To...
Hey everyone! This PR adds sorting for Tailwind modifier classes: `md:w-12`,`hover:bg-gray-500`... The sort is as follows: - Modifier classes are added after non-modifier classes, but before customClasses if those are...
I have an 11ty site in which I use liquid as the template-language. I often use condifional classes, which causes headwind to stop working. Example which doesn't sort: `` I...