You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: