boxe-u-clearfix

0.1.1 • Public • Published

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;
}

Package Sidebar

Install

npm i boxe-u-clearfix

Weekly Downloads

3

Version

0.1.1

License

Apache-2.0

Unpacked Size

12.6 kB

Total Files

4

Last publish

Collaborators

  • typin.dev