Hacker News new | ask | show | jobs
by interfacesketch 3727 days ago
If you need to support older browsers without Flexbox, another option is to use a tiny (less than 1kb) CSS grid system called Pocket Grid.

The grid system lets you position blocks of content side-by-side similar to Flexbox, and blocks can wrap to another line when there isn't enough space. It's not an equivalent to Flexbox, but for some types of layouts it could be used as a possible fallback.

Pocket Grid has been around since 2013, it's a shame it hasn't gained more attention:

http://arnaudleray.github.io/pocketgrid/