2016
GitHub - philipwalton/flexbugs: A community-curated list of flexbox issues and cross-browser workarounds for them.
by 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.
2015
Solved by Flexbox — Cleaner, hack-free CSS
by 1 otherCSS has been lacking proper layout mechanisms for far too long. Transitions, animations, filters, all of these are great and useful additions to the language, but they don't address the major problems that Web developers have been complaining about for what seems like an eternity.
Finally, thanks to Flexbox, we have a solution.
2014
2012
Understanding the CSS3 Flexbox (Flexible Box Layout Module) - benfrain.com - blog of technology writer and web designer Ben Frain.
The contents of a flex container…can have their display order reversed or rearranged at the style layer (i.e., visual order can be independent of source and speech order)
1
(6 marks)