Organization – CSS is hard to scale without some organization in place
Naming conventions are kind of a means of control flow – CSS is declarative, and we apply our own structure so it’s not just a snowballing list of instructions
Semantic vs. presentational/functional naming
Choose what makes sense for you and your team!
Right balance of semantic enough to communicate what it is, but generic enough to be reused
Or double down on functional naming, like Lucas will talk about soon!
Introduction to naming things in CSS (and why it matters)
Semantic
Functional/Atomic CSS
Exercise