Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 657 Bytes

ITCSS objects layer

Reusable objects layer for my (and your) itcss stack

Install using Bower

$ bower install --save foo-itcss-objects

Install as a Git Submodule

$ git submodule add [email protected]: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";

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