Files
Mathieu Lagace 771ed55f53 Initial commit
2018-06-27 19:54:27 -04:00

8 lines
93 B
SCSS
Vendored

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