2017-09-13 07:52:34 +02:00

8 lines
93 B
SCSS
Vendored

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