The grid partial defines .grid-cols-subgrid (which sets grid-template-columns: subgrid) as a hand-written class. It might be cleaner to generate it through the utilities API instead, so it's produced the same way as the rest of our utilities. We should decide, and keep the class name unchanged if we move it.
The spot is marked with a // TODO: comment in scss/layout/_grid.scss. Once this is decided, the comment can be removed.
The grid partial defines
.grid-cols-subgrid(which setsgrid-template-columns: subgrid) as a hand-written class. It might be cleaner to generate it through the utilities API instead, so it's produced the same way as the rest of our utilities. We should decide, and keep the class name unchanged if we move it.The spot is marked with a
// TODO:comment inscss/layout/_grid.scss. Once this is decided, the comment can be removed.