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.
flex-*
properties (#386)flex
shorthand is followed by -grow
, -shrink
, and -basis
, following the order of the shorthand property. The flex-flow
shorthand now correctly preceeds the -direction
and -wrap
properties.