snipe-it/bower_components/bootstrap/scss/mixins/_clearfix.scss
2017-01-11 03:05:06 -08:00

8 lines
93 B
SCSS

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