$ bower/npm install nz-grid --save
col
's must be defined as direct children of row
's
row
's can be infinitely nested inside of col
's
col="xs-sm-md-lg"
, and inherited upwards. Therefore,col="12--4" == col="12-12-4-4"
.
class="col-sm-12 ..."
col
, it will result in equally distributed columns.
In other layout libraries, columns are calculated on the viewport dimensions, and this makes nesting multiple grids almost impossible to manage. Instead of using the viewport, each row is self aware of it's size and knows how to keep it's kids in line! So now you can nest grids and structure infinitely and never get weird breakpoint pains.