@mixin clearfix() { /* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ &:before, &:after { content: ""; display: table; } &:after { clear: both } .oldie & { zoom: 1 } }