v5.1.1
Patch Changes
- Fix order of
flex-*
properties (#386)
Theflex
shorthand is followed by-grow
,-shrink
, and-basis
, following the order of the shorthand property. Theflex-flow
shorthand now correctly preceeds the-direction
and-wrap
properties.