Transitioning to SCSS at Scale

Avatar of Chris Coyier
Chris Coyier on

I like Dan Na’s introduction here:

Naively, CSS appears easy to comprehend — it doesn’t have many programming constructs, and it’s a declarative syntax that describes the appearance of the DOM rather than an executable language. Ironically it’s this lack of functionality that can make CSS difficult to reason about.

I’ve tried to make the pitch the preprocessing makes CSS easier (not harder) myself.