Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 382 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 382 Bytes

Clear Floats

Clear floated child elements.

Installation

bower install fonzie-clear-floats

Usage

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>