Decouple Your CSS From HTML With Reusable Modules

by drublicon 12/4/2012, 6:31 PMwith 2 comments

by mrxdon 12/4/2012, 7:09 PM

The placeholder selectors in SASS 3.2 are really cool, almost like creating a private keyword for CSS.

But I would never use semantic class names, that just seems like a huge waste of time. If I'm building a page, I shouldn't have to touch a SASS file unless I'm actually creating new styles.

Technically speaking, a class name should never be something like "download-whitepaper" - IDs are used to uniquely identify things, not classes.