flex-flow shorthand flex shorthand
flex-flow combinesflex-direction + flex-wrap. flex combines grow + shrink + basis.
flex-flow: row-reverse wrap
flex-flow: column-reverse wrap
flex: 1 / flex: 2 / flex: 3 — proportional
flex: auto vs flex: none vs flex: 0 0 200px
auto (grows)
none (fixed)
0 0 200px