grid-column: 1 / span 9;
instead of grid-column-start: 1;
and grid-column-end: span 9;
? I set a 12 col grid with grid-template-columns: repeat(12, minmax(0, 1fr));
grid
token. I've tried to rebuild this token in my project, but there is no grid
option in the display:
dropdown. I know that I can add display: grid
under Advanced but I'm curious how Alex solved this without using the Advanced Settings Panel π€...hope u can help again.