On a more serious tought... the great thing about bootstrap whille I admit is sometimes a bit messy is the fact that you can use different sizes for different breakpoints which is something this method apparently does not allow.
Pills: A simple responsive CSS grid for humans
11–20 of 102 posts
Re: Pills: A simple responsive CSS grid for humans
#12Take as an example the smashing magazine [1] and count the breakpoints there
Re: Pills: A simple responsive CSS grid for humans
#13Re: Pills: A simple responsive CSS grid for humans
#14Whilst 'three' is better than 'col-3', it's still based on a 12-column way of thinking. Try Avalanche ( https://github.com/colourgarden/avalanche ) for a grid system based on percentages or fractions (you choose)
Re: Pills: A simple responsive CSS grid for humans
#15Re: Pills: A simple responsive CSS grid for humans
#16Just pointing this out :D
Re: Pills: A simple responsive CSS grid for humans
#17
Re: Pills: A simple responsive CSS grid for humans
#18Re: Pills: A simple responsive CSS grid for humans
#19However it was limiting in several factors, so I rewrote it from scratch as a flexbox solution, called it Flexpoint [3] and I love it. Now I need to integrate it back into Picnic.
For instance, can you change elements order? How do you account for an undetermined number of elements (same size, full width total)?
[1] http://web.archive.org/web/20150713011953/http://www.picnics...
Re: Pills: A simple responsive CSS grid for humans
#20At NextBigSound.com, we've found that a nestable fractional-based grid is generally easier, faster, and more flexible to work with than traditional N-column grids: