Files
catc/style/bootstrap/mixins/_clearfix.scss
2019-09-08 08:38:56 +02:00

8 lines
93 B
SCSS

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