๐ฏIncrease specificity
You can abitratly increace specificity using &
.
The more you add, the more specific your selector will get.
For example, matchall selectors are very low specificity. Any other rule will overwrite them. Adding extra & ensures your custom style will get applied.
You can use && everywhere:
Last updated