Skip to content

Add sorting of Tailwind CSS class names in RSX #4203

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shssoichiro
Copy link

Addresses #3478.

This takes the same approach as the prettier plugin, which is to load the Tailwind CSS file to parse the list of available Tailwind CSS classes, and use that along with a bit of additional sorting to determine the correct order for classes.

This implementation is somewhat limited at the moment. For example, it can only handle string literals, and it cannot handle class strings that are defined as consts outside of an rsx! block. It is hoped that this can be improved in the future. However, this implementation should cover the majority of cases.

@shssoichiro shssoichiro requested a review from a team as a code owner May 26, 2025 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant