Files
WebGateway-Download/html/scss/bootstrap/mixins/_clearfix.scss
2022-11-03 18:49:44 +04:00

8 lines
93 B
SCSS

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