The clearfix
module is a minimal clearfix helper class.
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.
You can install clearfix
module via Bower, npm, or copy and paste.
$ bower install tree-clearfix --save
Once installed, @import
into your project in its Trump layer:
@import "bower_components/tree-clearfix/trump.clearfix";
$ npm install tree-clearfix --save
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.
Basic usage of the clearfix
module uses the required classes:
<div class="u-clearfix">...</div>
- inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.