blog/themes/embark/source/css/01-tools/_tools.clearfix.scss

7 lines
91 B
SCSS

@mixin clearfix() {
&:after {
content: "";
clear: both;
display: block;
}
}