foo-itcss-utils

Reusable utils layer for my (and your) itcss stack


Keywords
itcss, sass, scss, utils, layer, mixin
License
GPL-3.0
Install
bower install foo-itcss-utils

Documentation

ITCSS objects layer

Reusable utils layer for my (and your) itcss stack

Install using Bower

$ bower install --save foo-itcss-utils

Install as a Git Submodule

$ git submodule add git@github.com:foo-itcss/utils.git

Once installed, @import into your project in its utils layer:

@import "utils/utils";

Alternatively you can import only needed files, e.g.:

@import "utils/layout.grids";

Pull requests are welcome

But avoid to "break" the behaviour of current rules, since they're shared with others projects.

Thanks

To Harry Roberts for the great idea of ITCSS