Files
la_bot_back/resources/main/scss/bootstrap/mixins/_clearfix.scss
2025-01-03 18:07:07 +03:00

8 lines
93 B
SCSS

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