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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: