-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
I'm using the .space-x-4 class and want to override a margin for one of the children. However, the selector is very specific and .mr class gets overridden.
So why does the selector needs to be so specific?
.space-x-2 > :not(template) ~ :not(template)
instead of
.space-x-2 > * ~ *
If it's possible to change the specificity and also generate .m* classes after .space* classes, then overriding would work.
Can this be implemented?
y1n0, yannxaver, Twixes and mryall-mawson
Metadata
Metadata
Assignees
Labels
No labels