v0.7.0
Features
New Column props
display
: Enables you to set the display property on Col. Used for setting flex in order to nest Cols within Colsflex
: Enables you to set a short hand flex property, such asflex: 1 1 auto
New values for props
- On all breakpoint props (XS, SM etc): The ability to set
auto
, which setsflex: 1
to that breakpoint in order for it to auto grow to fit the available width.