css-gridish icon indicating copy to clipboard operation
css-gridish copied to clipboard

Offset classes

Open j1mie opened this issue 6 years ago • 1 comments

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!

j1mie avatar Apr 30 '18 12:04 j1mie

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.

seejamescode avatar Apr 30 '18 18:04 seejamescode