0.1.1 • Published 3 years ago

boxe-u-clearfix v0.1.1

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
3 years ago

boxe-u-clearfix

Install using npm:

$ npm install --save boxe-u-clearfix

Import:

@import 'boxe-u-clearfix/clearfix';

Usage

Boxe clearfix utility class can be added to DOM node, or extend the clearfix class with Sass to avoid the .u-clearfix class appearing over and over in your markup.

<div class="u-clearfix">...</div>.
.foo {
  background-color: tomato;
  ...
  @extend %u-clearfix;
}