Blocss/blocss

Module spacing

Closed this issue · 0 comments

Rethink spacing of modules like .island, .media, etc.

.module,
%module {
    > *:last-child,
    > *:last-child > *:last-child,
    > *:last-child > *:last-child > *:last-child,
    > *:last-child > *:last-child > *:last-child > *:last-child
        margin-bottom: 0;
    }
}