Files
w4rpservices/node_modules/bootstrap/scss/mixins/_clearfix.scss
2018-10-27 03:51:47 -05:00

8 lines
93 B
SCSS
Vendored

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