-
Notifications
You must be signed in to change notification settings - Fork 32
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
Size variation priority #25
Comments
Nice catch. |
Adding the following to textAlignUtilities.js solves this specifically, but this could be pretty expensive when adding to all utilities without directions.
|
@20lives Thanks for quick fix solution, I just handled it by |
I don't think it's possible to remove existing utilities with plugins |
But can mention it on documentation which need manually do it to fix the issue? |
I am not planning on leaving it that way :) |
Hi, I have a scenario which I need set text align to start by default and set it to center on SM break-point.
![Screenshot from 2021-03-12 15-23-50](https://user-images.githubusercontent.com/17345129/110937175-3e88c700-8347-11eb-96cf-0c18ea823735.png)
So set these class:
text-start sm:text-center
The result is not correct:
The
text-start
will overridesm:text-center
The text was updated successfully, but these errors were encountered: