0.3.0 • Published 9 years ago

tree-clearfix v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Clearfix

The clearfix module is a minimal clearfix helper class.

Dependencies

The clearfix module depends on one other module:

If you install the clearfix module using Bower or npm, you will get these dependencies at the same time. If not using Bower or npm, please be sure to install and @import these dependencies in the relevant way.

Installation

You can install clearfix module via Bower, npm, or copy and paste.

Install using Bower:

$ bower install tree-clearfix --save

Once installed, @import into your project in its Trump layer:

@import "bower_components/tree-clearfix/trump.clearfix";

Install using npm:

$ npm install tree-clearfix --save

Install via file download

The least recommended option for installation is to simply download _trump.clearfix.scss into your project and @import it into your project in its Trump layer.

Usage

Basic usage of the clearfix module uses the required classes:

<div class="u-clearfix">...</div>

Credits

  • inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.