2.3 Clearfix View in a new window

Allows the bottom of an element to extend to the bottom of all floated child elements. This method uses the latest, greatest, simplest clearfix method from CSS Mojo: http://cssmojo.com/the-very-latest-clearfix-reloaded/

Twig: utils/clearfix/clearfix.twig

Example
A floated item.
Markup
<div class="clearfix">
  <div style="float: left; height: 50px; width: 50%;">A floated item.</div>
</div>