|
In my experience, very, very few Web designers actually use specificity (UPDATE: I should have added "properly," as was pointed out). It works extremely well, if everyone follows the rules, which is uncommon. That goes for most of CSS; not just specificity. CSS is incredibly powerful, if used properly, and specificity, when actually used properly, is very cool. About ten years ago, I wrote this series: https://littlegreenviper.com/miscellany/stylist/introduction... It’s still absolutely relevant nowadays, and just as few people follow that workflow now, as they did then. CSS, in general, is too complicated (IMNSHO), but that complexity is also what makes it so powerful. I’ve always enjoyed Stu Nicholls’ CSSPlay site, for examples of extreme CSS: http://www.cssplay.co.uk/menu/ |