//From bourbon https://github.com/thoughtbot/bourbon @mixin clearfix { zoom: 1; &:before, &:after { content: ""; display: table; } &:after { clear: both; } }