bigbite / macy.js

http://macyjs.com/
MIT License
1.28k stars 156 forks source link

Automatic amount of rows? #97

Open aetinx opened 2 years ago

aetinx commented 2 years ago

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.