heybourn / headwind

An opinionated Tailwind CSS class sorter built for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=heybourn.headwind
MIT License
1.37k stars 46 forks source link

Support to sort variables inside Tailwind Variants config #204

Open leandromatos opened 11 months ago

leandromatos commented 11 months ago

Tailwind Variants it's a helpful library to create variant declarations for components.

It would be fantastic if Headwind could sort the classes inside the config object of Tailwind Variants.

Is there a way to achieve that?

Thanks