snipe-it/bower_components/bootstrap/scss/mixins/_clearfix.scss

8 lines
93 B
SCSS
Raw Normal View History

2017-01-11 03:05:06 -08:00
@mixin clearfix() {
&::after {
display: block;
content: "";
clear: both;
}
}