Skip to content

v0.7.0

Compare
Choose a tag to compare
@aaronvanston aaronvanston released this 02 Aug 08:57
· 36 commits to master since this release

Features

New Column props

  • display: Enables you to set the display property on Col. Used for setting flex in order to nest Cols within Cols
  • flex: Enables you to set a short hand flex property, such as flex: 1 1 auto

New values for props

  • On all breakpoint props (XS, SM etc): The ability to set auto, which sets flex: 1 to that breakpoint in order for it to auto grow to fit the available width.