How Difficult Is It To Avoid Expensive CSS Selectors?
I’ve read all the articles and I’m still compelled to write rules like this one I wrote earlier tonight: #main-menu .primary a{ color:#7b0000; } I know I’m not alone in using rules like that. It’s a super common pattern.