|
Is there a case where the |
Answered by
mdo
Jul 17, 2026
Replies: 2 comments 2 replies
1 reply
|
CSS layers and no default In v5 and earlier, the use case was utilities should always take priority over any other selector. Only way to do that until recently was the importance flag. |
1 reply
Answer selected by
mdo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CSS layers and no default
!importanthas already been built for v6 :). Coming soon!In v5 and earlier, the use case was utilities should always take priority over any other selector. Only way to do that until recently was the importance flag.