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

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** ![image](https://user-images.githubusercontent.com/38913462/182393650-8c2aeb3d-8890-4e8c-99c9-fc6ae080fb4d.png) **After** ![image](https://user-images.githubusercontent.com/38913462/182393696-f30e024c-5f4a-4bfe-9611-4e4e0b3a6535.png)

**Describe the bug** Cannot sort css classes using the laravel blade conditional classes ![image](https://user-images.githubusercontent.com/38913462/182392647-8137b058-9a29-45f8-a3be-4e5d60e59802.png)

**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...