Is it possible to skip the next column with CSS Grid?
I'm working on a CSS Grid-based layout system and I want to generate offset classes. For example, a ".col-offset-1" class would instruct the element to place itself at the start of the second column along from the previous element. I've…