Files
mythoughts/style/bootstrap/mixins/_clearfix.scss
2018-06-13 23:16:53 +02:00

8 lines
93 B
SCSS

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