Hacker News new | ask | show | jobs
by benvds 4204 days ago
This makes doing layouts in css so much easier. I can't wait until we can drop al the grid frameworks and use this instead.

Another good explanation on CSS-Tricks: http://css-tricks.com/snippets/css/a-guide-to-flexbox/ Browser support: http://caniuse.com/#search=flexbox

1 comments

Wouldn't you rather use CSS Grid to replace grid frameworks? http://igalia.github.io/css-grid-layout/