Files
BoostrapPageGenerator4/scss/mixins/_clearfix.scss
Francesco Malagrino 3c9cb0fe3c Release
Release
2017-03-26 20:32:45 +02:00

8 lines
93 B
SCSS

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