CZ_OpenSpice/static/main/scss/bootstrap/mixins/_clearfix.scss
2021-03-30 17:47:52 +08:00

8 lines
93 B
SCSS

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