BEM-like class naming

We use a BEM-like naming convention similar to Harry Roberts':

.block {}
.block__element {}
.block--modifier {}