Clearfix
Clear floated content by applying Bootstrap's clearfix helper through a BCL additive element.
BCL mapping
Use clearfix="true" on <bs-div> when the element owns floated children and should contain their height.
Float
The parent clears the floated child.
<bs-div clearfix="true">
<bs-div float="End" bs-width="Relative25">Float</bs-div>
<bs-p>The parent clears the floated child.</bs-p>
</bs-div>