ludens-reklamebyra / react-crisscross

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

Support align-content #41

Closed okaune closed 6 years ago

okaune commented 6 years ago

Although this property is not that much used, we should consider adding support for this property. It should allow the following values: flex-start | flex-end | center | space-between | space-around | stretch with stretch being the default.