handleman
9/3/2015 - 10:23 AM

This is a shorthand flex-direction and flex-wrap properties, which together define the flex container's main and cross axes. Default is row

This is a shorthand flex-direction and flex-wrap properties, which together define the flex container's main and cross axes. Default is row nowrap.

.container{
  flex-flow: <‘flex-direction’> || <‘flex-wrap’>
}