This has to be the single greatest value for grid-template-columns ๐
repeat(auto-fill, minmax(min(var(--column-width), 100%), 1fr))
Nay! No more will we deal with overflowing boxes!
Example Svelte REPL ๐
This has to be the single greatest value for grid-template-columns ๐
repeat(auto-fill, minmax(min(var(--column-width), 100%), 1fr))
Nay! No more will we deal with overflowing boxes!
Example Svelte REPL ๐
No replies yet.