2019-04-16 14:40:19 +02:00

8 lines
93 B
SCSS

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