Technicalities

In the previous part, we have layed down some foundations upon which we can finally write our own CSS: outlines, reset, box-sizing, and rem definition. In this part we talk about some technical details used to write CSS: how we assemble a single CSS file that can be distributed out of smaller files, and how we name those files and the rules they contain.

Using CSS files

BEM and ITCSS

o-container, o-container--small

Placeholders