Hacker News new | ask | show | jobs
by simplify 3579 days ago
Are there any CSS frameworks nowadays that use flexbox instead of the float-grid model?
2 comments

Bootstrap v4 provides an opinion to use flex box instead of the traditional grid.

http://v4-alpha.getbootstrap.com/getting-started/flexbox/

I believe Foundation has a flexbox mode.

There's also this: http://flexboxgrid.com

I just use whatever I want and use LostGrid in flexbox mode for my grids.