Download this file

_clearfix.scss    8 lines (7 with data), 93 Bytes

1
2
3
4
5
6
7
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}