-
Notifications
You must be signed in to change notification settings - Fork 98
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
Better intersection of class attributes #31
Comments
You should be able to go |
But agree in future we could have some kind of function that replaces existing classes so we don't have to set !important |
Thew issue is that using ! does not work in all cases. Sometimes yes sometimes no. |
Oh right in that case yeah we should prioritise that |
Replaced by this issue: #35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would be nice that components filter out class attributes that are custom assigned.
Overriding classes does not always work.
Function for assigning class for example to <.td> element, could check if user assigned px-2 and therefore not assigning px-6.
The text was updated successfully, but these errors were encountered: