October 2016
GitHub - flexbugs: A community-curated list of flexbox issues and cross-browser workarounds for them.
by dzc & 1 otherThis repository is a community-curated list of flexbox issues and cross-browser workarounds for them. The goal is that if you're building a website using flexbox and something isn't working as you'd expect, you can find the solution here.
September 2016
October 2015
April 2015
CSS Flexbox : related articles, tips and resources
by dzc & 1 otherCurated collection of CSS Flexbox related articles, tips and resources
December 2014
A Complete Guide to Flexbox | CSS-Tricks
by dzc & 2 others display: flex; display: inline-flex -- flexbox layout is direction-agnostic as opposed to the regular layouts (block which is vertically-based and inline which is horizontally-based). While those work well for pages, they lack flexibility (no pun intended) to support large or complex applications (especially when it comes to orientation changing, resizing, stretching, shrinking, etc.).
1
(6 marks)