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 always the order of the class sorting is taken from the documentation on the tailwindcss website from top to bottom. At a glance I noticed that tailwindcss 3.0 removed...

Hello, I love Headwind but have recently switched from React to Svelte which caused Headwind to not do anything. What can I add to my settings.json to make this work?...

As a user, I'd like to be able to look at the default sort order which the package provides out of the box but the location of this setting is...

**Describe the bug** I'm trying to modify the regex so that the sorting works outside of `className=...`. For example, I want to modify the following regex: ```js "headwind.classRegex": { "css":...

Hi, The library is great, though it doesn't work when I have one css class per line (which is in my opinion much cleaner). Here's my code: ```html ``` Here's...

help wanted

Please add support for .svelte files or enable svelte files to be handled as html files. Thanks

Hi there guys, thanks for your great job! Please, can you explain how can we add support to Tailwind Styled Components? For example: const Block = tw.div`p-20 bg-gray-100 text-3xl`; That...

**Describe the bug** Sorting the classes of the entire workspace and sorting the classes of a single file (either `format on save` or command) result in different outcome. **To Reproduce**...

**Describe the bug** Classes inside of the .vue files applied using @apply, within scss tags don't work **To Reproduce** Steps to reproduce the behavior: 1. Install headwind 2. Initialize a...

Hi guys, thank you for this amazing extension. But I can't understand how the multi-step regex works, can you explain it to me? I have this multi-step regex: ```json [...