Very basic responsive grid, 320px module base. It has modules of 320px, till 960px (for now). It's great for simple responsive prototyping, because the media queries breakpoints are only three.
It's not a framework like Bootstrap or [Foundation] (http://foundation.zurb.com/). You still have to make the CSS for all the elements... but you have a responsive grid that let you free-styling.
If you need a framework, you could use Bootstrap, Foundation, etc., or you could combine this grid with micro CSS frameworks, like [MOSTO] (http://www.valdelama.com/mosto), [Colors] (http://clrs.cc/), [Normalize] (http://necolas.github.io/normalize.css/), and many others.
- [Paleorama] (http://www.paleorama.com.ar/)
- [Muge] (http://www.muge.com.ar/)
- [Colegio San Javier] (http://www.colegiosanjavier.com.ar/)
- [CMI Medios Regionales] (http://www.cmimediosregionales.com.ar/)
*** more are about to coming up soon! ***
- Get the [.zip] (https://github.com/turuflowers/roootgrid/archive/master.zip) or [clone the project] (https://github.com/turuflowers/roootgrid.git)
- Take a look inside the folder "demo", there is a standalone HTML for you to start to play around
- Notice that the body should have de class "roootgrid"
- Any time that you want a grid content, just put the .wrapper with some cols inside
There are SCSS files for Compass for you to use in your Compass project, but also the standalone grid.css file on the "dist" folder
Be my guest! that's why it's on GitHub :)