Skip to content
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

Ability to configure not placing responsive (device-specific) classes at the end #332

Open
rezelute opened this issue Apr 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rezelute
Copy link

rezelute commented Apr 9, 2024

When I do something like this:
text-xl md:text-2xl mt-0 grow text-center
The linter always places the md part at the end:
text-xl mt-0 grow text-center md:text-2xl

Our team prefers having the responsive part of the class right next to the class rather than bolted on at the end.

Is this possible to change currently?

@rezelute rezelute added the enhancement New feature or request label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant