960 inspired grid system for rework
npm install rework-gridGrid system for rework. Based off of 960.gs
var rework = require('rework'),
grid = require('rework-grid');
var gridConfig = {
numColumns = 12,
gutterWidth = 20,
width = 960
}
rework('some css').use(rework.mixin(grid(gridConfig)));
Defines a column of size
Specifies the position of the given column.
Specifies the element be styled as a grid container