You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grid support covers .sf-grid (auto), .sf-grid-cols-1..6 and a few uneven splits, but there are no placement utilities (column/row span, order, start/end) and no column templates beyond 6, nor --sf-grid-N template variables for variable-driven grids.
Problem
Grid support covers
.sf-grid(auto),.sf-grid-cols-1..6and a few uneven splits, but there are no placement utilities (column/row span, order, start/end) and no column templates beyond 6, nor--sf-grid-Ntemplate variables for variable-driven grids.Scope
.sf-col-span-*/.sf-row-span-*,.sf-order-first/-last,.sf-col-start/-end(opt-in utilities)..sf-grid-cols-7..12and/or--sf-grid-cols-1..12template tokens.Acceptance