Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

aleut.utilities.clearfix

aleutcss2Apache-2.01.0.1

Small clearfixing utility for the aleutcss framework (based on Harry Roberts inuitcss framework)

aleutcss, aleut, oocss, css

readme

Clearfix

The aleutcss clearfix module is a minimal clearfix helper class.

Install using npm:

$ npm install --save-dev aleut.utilities.clearfix

Usage

Add the class to avoid floating-bugs:

    <div class="u-clearfix">
        <div style="float: left">Content</div>
    </div>