Files
EpiWebview/vendor/twbs/bootstrap/scss/mixins/_clearfix.scss
2025-10-09 12:12:52 +02:00

8 lines
93 B
SCSS

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