patchcablemgr/assets/scss/bootstrap/mixins/_clearfix.scss
2020-11-22 22:50:42 +00:00

8 lines
93 B
SCSS
Executable File

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