HighSpeaker/public/vendor/bootstrap/scss/mixins/_clearfix.scss
2022-12-24 22:10:40 +08:00

8 lines
93 B
SCSS

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