Files
BoostrapPageGenerator4/4/scss/mixins/_clearfix.scss
Francesco Malagrino f1fdc89d7d Bootstrap version 4
Bootstrap Version 4
2018-02-06 19:17:39 +00:00

8 lines
93 B
SCSS
Executable File

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