-
-
Notifications
You must be signed in to change notification settings - Fork 49
Sortable class values #272
Copy link
Copy link
Open
Labels
type: feature requestFunctionality that introduces a new featureFunctionality that introduces a new feature
Description
Activity
Metadata
Metadata
Assignees
Labels
type: feature requestFunctionality that introduces a new featureFunctionality that introduces a new feature
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
RegExpso the developer is able to e.g. sort some individual values like.grid-cols-\[100px\2c 1fr\2c min-content\]and group them together.