-
…in reply to @heydonworks
heydonworks marktnoonan I use that trick, but I only use it if I can set the min value as something like 16rem. If you want a classic BS grid, then I don't think this approach works, much like your holy albatross. Tricks like these are for more flexible layouts which is how it _should_ be.
-
…in reply to @piccalilli_
heydonworks marktnoonan --auto-grid-min-size: 16rem; grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr)); The diff between mine and yours appears to be 'auto-fill'.