website/_sass/bootstrap/scss/mixins/_clearfix.scss

8 行
93 B
SCSS

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