This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Description
Cell accepts both GeneralPropTypes and FlexboxPropTypes but only calls generalClassNames(props). It does not call flexboxClassNames(props).
What did you do?
Pass alignX='center' or centerAlign to a Cell
What did you expect to happen?
Contents of cell to be centered
What actually happened?
Contents were not centered. Cell generated did not have any other classes.
What version of this module are you using?
0.9.3. Foundation-sites: 0.9.5.
Please include code that reproduces the issue. The best reproductions are self-contained scripts with minimal dependencies.
<Cell alignX='center'>alignX</Cell>
<Cell centerAlign>centerAlign</Cell>