Skip to content

rowlow/rowlow.utils.clearfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rowlow.utils.clearfix

A clearfix helper for ROW LOW framework. Clearfixes help you to clear floats in your layout.

Settings

    $rowlow-clearfix-namespace //Specific module namespace

Mixins

    rowlow-clearfix // Add clearfix specification

Usage

Setup

    /* Set module namespace (optional) */
    $rowlow-clearfix-namespace: "namespace-";

    @import "bower_components/rowlow.utils.clearfix/main.scss"

SCSS

    .some-element{
        @include rowlow-clearfix;
    }

    .some-element{
        @extend .clearfix;
    }

HTML

    <div class="clearfix"></div>

About

A clearfix helper for ROW LOW framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages