Clearfix View source

This mixin will output a clearfix to the selector where the mixin is declared.

This clearfix uses Nicolas Gallagher's Micro Clearfix.

{% highlight scss %} div { @include clearfix; } {% endhighlight %}