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
There are now frameworks like Windi CSS and it could be useful to specify an order for class values so they get sorted automatically.
The new option needs to support RegExp so the developer is able to e.g. sort some individual values like .grid-cols-\[100px\2c 1fr\2c min-content\] and group them together.
The text was updated successfully, but these errors were encountered:
Request / Idea
There are now frameworks like Windi CSS and it could be useful to specify an order for class values so they get sorted automatically.
The new option needs to support
RegExp
so the developer is able to e.g. sort some individual values like.grid-cols-\[100px\2c 1fr\2c min-content\]
and group them together.The text was updated successfully, but these errors were encountered: