// mixins for clearfix
// ------------------------
.clearfix() {
&::before,
&::after {
display: table;
content: '';
}
clear: both;