patashala/style/cms/bower_components/bootstrap/scss/mixins/_clearfix.scss

8 lines
93 B
SCSS
Raw Normal View History

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