Do you plan on including offset classes, similar to Bootstrap, or Foundation?
This could be achieved by modifying .col--[x] helper classes to use:
And then using grid-column-start to specify an offset.
What do you reckon? Happy to help out with this!
Do you plan on including offset classes, similar to Bootstrap, or Foundation?
This could be achieved by modifying
.col--[x]helper classes to use:grid-column-end: span 6;And then using
grid-column-startto specify an offset.What do you reckon? Happy to help out with this!