Clear floated child elements.
bower install fonzie-clear-floats
You have access to mixins and classes:
ul {
@include fz-clearFloats;
}
To access the classes, you need to first include them:
@include fz-ClearFloats;
Then you can use them
<ul class="fz-cf">
<li>Floated Item</li>
</ul>