0.1.1 • Published 4 years ago
boxe-u-clearfix v0.1.1
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;
}