Understanding Specificity in CSS
Introduction
Specificity is the means by which browsers decide which CSS property values are more relevant to an element and therefore should be applied.
How specificity is calculated?
Specificity is the weight assigned to a given CSS declaration a...
anitaihuman.blog
Yann Thibodeau
Lead full-stack developer at Vention
Interesting read, I already knew this concept but didn't have a word for it, thanks for educating me :-)