css-gridish
css-gridish copied to clipboard
Offset classes
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-start
to specify an offset.
What do you reckon? Happy to help out with this!
I didn’t have any plans to add this, but it makes sense. I am open for a PR for this. If you do work on this, go off of the v2.1.0
branch.