Reusable tools layer for my (and your) itcss stack
$ bower install --save foo-itcss-tools
$ git submodule add git@github.com:foo-itcss/tools.git
Once installed, @import into your project in its tools layer:
@import "tools/tools";
Alternatively you can import only needed files, e.g.:
@import "tools/tools.position";
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