clearfix()
// Clearfix mixin
@mixin clearfix() {
&::after {
clear: both;
content: '';
display: table;
}
}
Last updated
// Clearfix mixin
@mixin clearfix() {
&::after {
clear: both;
content: '';
display: table;
}
}
Last updated