macy.js
macy.js copied to clipboard
Automatic amount of rows?
trafficstars
Is it possible to have a varying amount of columns? It would be cool to have something like grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) so I could have less columns from smaller screens and more columns for bigger screens.