Files
catc/style/bootstrap/mixins/_clearfix.scss
2019-09-01 13:09:11 +02:00

8 lines
100 B
SCSS

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