SCSS-mixin for creating grid layouts.
This project has been deprecated in favor of the new Bootstrap grid system.
<h2>Example (xof24)</h2><divclass="cols24"><divclass="col c8of24"> </div><divclass="col c8of24"> </div><divclass="col c8of24"> </div></div><!-- cols --><h2>Columns with offset (xof24)</h2><divclass="cols24"><divclass="col c8of24 offset8of24"> </div><divclass="col c8of24"> </div></div><!-- cols --><h2>Columns with offset (xof24)</h2><divclass="cols24"><divclass="col c4of24"> </div><divclass="col c16of24 offset4of24"> </div></div><!-- cols --><h2>Columns with offset (xof24)</h2><divclass="cols24"><divclass="col c4of24"> </div><divclass="col c4of24"> </div><divclass="col c4of24"> </div><divclass="col c6of24 offset6of24"> </div></div><!-- cols --><h2>Second set of columns (xof12)</h2><divclass="cols12"><divclass="col c4of12"> </div><divclass="col c8of12"> </div></div><!-- cols --><h2>Second set of columns (xof12)</h2><divclass="cols12"><divclass="col c8of12 offset4of12"> </div></div><!-- cols -->/*Generates a grid that has 24 columns with a 20pxmargin at 960px width*/@includegrid-layout();/*Generates a grid that has 24 columns with a 10pxmargin at 1020px width*/@includegrid-layout(24, 1020px, 10px);bower install grid-layout