This is used for clearfix on elements
.link { @extend %cf; }
These used in tandem will allow you to vertically center
.table { @extend %table; } .table-cell { @extend %table__cell; @extend %table__cell--middle; }