Open AdrienLemaire opened 4 years ago
This isn't something I plan on adding support for at this stage but I'm always open to PR's 👍
Was this fixed with #109? I noticed it was mentioned as getting resolved, but I cannot get the sorting to work with and sort of classname
function still. Demo of sort working with normal className string, but not the function call:
Is your feature request related to a problem? Please describe.
I'm using tailwindcss-classnames by @muhammadsammy in my typescript project to have typed classes. But unfortunately, I do not get auto-sorting of classname arguments.
Describe the solution you'd like Currently, we can get sorting with
I'd like the following snippet to also get sorted the same way.
Note that it should also work with multilines:
Describe alternatives you've considered Current, I'm using vim fu to sort alphabetically my classes, which is suboptimal. I'd really like to enjoy headwind's sort order.