1 2 3 4 5 6
@import (reference) "variables"; .clearfix() { &:before, &:after { display: table; content: ""; line-height: 0; } &:after { clear: both; } }