Files
mythoughts/style/bootstrap/mixins/_clearfix.scss
2019-09-04 23:20:55 +02:00

8 lines
100 B
SCSS

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