Files
socialhose-php/frontend/app/styles/components/bootstrap4/mixins/_clearfix.scss
T
2022-12-09 08:36:26 -06:00

8 lines
93 B
SCSS

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