ludens-reklamebyra / react-crisscross

Flexible Layout Component for React
MIT License
2 stars 0 forks source link

Remove flex property #42

Closed okaune closed 6 years ago

okaune commented 6 years ago

Currently we support the flex shorthand on item elements, this however does not have any type checking or other checks to see if there is a valid value. We should consider removing it, and make use of the better basis, grow and shrink properties instead.