7.2 #Layout.2-clearfix Clearfix
Clear child floats.
Example
Bacon ipsum dolor amet t-bone bacon alcatra pig. Meatball ball tip beef bacon, tongue doner pork pork chop ham
Meatball ball tip beef bacon, tongue doner pork pork chop ham
Markup
<div class="duk-clearfix duk-island duk-island--secondary">
<div style="float: left">
Bacon ipsum dolor amet t-bone bacon alcatra pig. Meatball ball tip beef bacon, tongue doner pork pork chop ham
</div>
<div style="float: right">
Meatball ball tip beef bacon, tongue doner pork pork chop ham
</div>
</div>
Source:
scss/objects/_layout.scss
, line 41