This is supposed to be an exact replica of Bootstrap Grid made by Twitter, except made in Sass.
Since the variables are easily editable, it means it is ideal for projects which all use the same mixins.. Simply change a couple of variables so the grid system can match the design template, and you're away!
This is quicker.
Initial Commit
Switched the ordering of the each and for because col-xs-7 would overwrite col-sm-6 (as the end number is larger). Better Sass for a smaller more easy to maintain file.
$padding changed to $gutter.
Added Readme file.