-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When using the forced container portion of the FlexSpan Grid, there is no way to set the grid column start property in the CSS grid portion.
It would be helpful to either have classes that set grid-column-start and grid-column-end separately or have classes that set both as one property.
Sometimes I want to add a column gap between two divs, and I've had to add a custom class to set the start column. For instance, I have a 12 column
grid, and I want the first block to go from column 1 to 6, and the second div to go from column 8 to 12. I would need to create a custom class to have the grid-column set to 8 / span 4. A good example of a section where this is used often is the section for the search results and filters.
Here is an example page.