8 lines
93 B
SCSS
Raw Normal View History

2020-04-28 16:09:22 -05:00
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}