CSS Selector Tips

Don't let your selector or selector chain look like it's from crazy town. Keep things scalable, modular … like SMACSS I say.

Embedded Link

Crazy Town Selectors | CSS-Tricks
I recently used this selector as an example in a blog post: .article #comments ul > li > a.button { /* Crazy town */ } There was a few comments t