Placeholders

%cf

This is used for clearfix on elements

.link {
    @extend %cf;
}

%table, %table__cell, %table__cell–middle

These used in tandem will allow you to vertically center

.table {
    @extend %table;
}

.table-cell {
    @extend %table__cell;
    @extend %table__cell--middle;
}