aleut.tools.clearfix

1.0.1 • Public • Published

Clearfix

The aleutcss clearfix module contains a useful mixin for adding clearfix to your classes.

Install using npm:

$ npm install --save-dev aleut.tools-clearfix
 

Usage

Basic usage of the mixins in a SCSS-file:

.foo {
    @include clearfix;
}

This yields:

.foo::after {
  content: "";
  display: table;
  clear: both;
}

Readme

Keywords

Package Sidebar

Install

npm i aleut.tools.clearfix

Weekly Downloads

2

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • hauken
  • kmelve
  • robrobro