Lego2012
8/3/2017 - 2:33 PM

Lobotomized Owl

Lobotomized Owl

/*
I’ve been using the lobotomised owl technique for quite some time now. This is a wildcard selector that adds space between direct child elements and their siblings. It looks something like this:
*/

> * + * {
    margin-top: 20px;
}