Files
w4rpservices/vendor/twbs/bootstrap/scss/mixins/_clearfix.scss
2018-10-27 21:23:36 -05:00

8 lines
93 B
SCSS
Vendored

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