A responsive grid template, customisable with SASS
.wrapper = wraps everything
.grid = wraps all columns
.col5 = represents 5 columns in the grid
.col = each column
.col-cont = column content wrapper
style.scss : This is where you custom styles go, along with other .scss file imports
reset.scss : Just a basic css reset
the-grid.scss : This is where ther grid magic happens
includes.scss : This is where the wrapper width, column gutter width and content padding can be edited
Please credit bradshaw-design.co.nz