Reusable utils layer for my (and your) itcss stack
$ bower install --save foo-itcss-utils
$ 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";
But avoid to "break" the behaviour of current rules, since they're shared with others projects.
To Harry Roberts for the great idea of ITCSS