Files
FloatBackOfffice/assets/global/scss/_bootstrap/mixins/_clearfix.scss
T
dev-chiefworks f76abffdcd first commit
2022-05-31 16:21:53 -04:00

8 lines
93 B
SCSS

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