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