@import "has-layout"; @mixin clearfix { &:before { content: "\0020"; display: block; height: 0; visibility: hidden; } &:after { content: "\0020"; display: block; height: 0; visibility: hidden; clear: both; } @include has-layout; } @mixin cleartext { overflow:hidden; font-size:0; line-height:0; text-indent:-9999px; }