A class should have only one responsibility.
.island
boxes off content and .promo
applies our promotional styling. This now means that we can do things like this, which previously we couldn’t:.promo
class also carried a lot of box model; by abstracting our code into single responsibilities we can pick and choose what we want to use and where a lot more easily."