8 lines
90 B
SCSS
Raw Normal View History

@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}