Skip to content

v5.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 02:28
63878df

Patch Changes

  • Fix order of flex-* properties (#386)
    The 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.