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
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Can you guess what's the color of this without looking at browser:
<divclassName="bg-red bg-blue"/>
It depends on CSS's definition order, which is not guaranteed by Tailwind (and that's a good thing).
What should be done is to be sure one type of attribute can only be set at most once. In other words, use JS or whatever to ensure there is only one "bg-foo" at the final result
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you guess what's the color of this without looking at browser:
It depends on CSS's definition order, which is not guaranteed by Tailwind (and that's a good thing).
What should be done is to be sure one type of attribute can only be set at most once. In other words, use JS or whatever to ensure there is only one "bg-foo" at the final result
The text was updated successfully, but these errors were encountered: