-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class sorting is not working when arbitrary value is used #183
Comments
I've just come across this issue too. Any way to fix it or work around it? |
Still no word on how to resolve this? |
I think the problem is caused because the extension sorts the classes based on an array of string(so it doesn't match dynamic tailwind classes), i think i would be better to use regex instead and include the arbitrary values alos. Lines 57 to 66 in ae5d26f
Lines 37 to 41 in ae5d26f
it would also be much less code. currently there are |
This is still an issue unfortunately :( |
Hi,
I noticed that plugin is not sorting classes of the element if there is at least one arbitrary value.
This will not be sorted because of w-[200px] class used
This works:
The text was updated successfully, but these errors were encountered: