We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use tailwind-merge package for easier overwriting of classes. Also consider usage of cva along with this enchancement.
Overriding some classes is painfull when using classname because of the priorities of tailwind classes.
classname
Usage of a certain class in classname should successfully overwrite all classes from default config
Using ! prefix on the class to make it important
!
important
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic information
Enhancement description
Use tailwind-merge package for easier overwriting of classes.
Also consider usage of cva along with this enchancement.
Current behaviour
Overriding some classes is painfull when using
classname
because of the priorities of tailwind classes.Wanted behaviour
Usage of a certain class in
classname
should successfully overwrite all classes from default configPossible workarounds
Using
!
prefix on the class to make itimportant
The text was updated successfully, but these errors were encountered: