The Helper Grid System is an implementation of Bootstrap's mid size grid system, built in singularitygs. It's intent is to make it easy to mock up pages and a starting point for custom work.
Please Note: Helper Grid is not responsive. It is only "flexy". It is a percentage based system and leaves it up to the developer to make write the code to respond to the break points.
Grid Example:
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-2
.col-md-2
.col-md-4
.col-md-4
.col-md-8
.col-md-4
.col-md-3
.col-md-6
.col-md-3
.col-md-4
.col-md-4
.col-md-4
.col-md-6
.col-md-6
.col-md-3
.col-md-3
.col-md-3
.col-md-3
Code
This code can be copy/pasted in to an existing site for quick mockup of different layouts or to extend a layout.