Parker Atkins

Results 1 issues of Parker Atkins

Hi all, thanks for the great project! _nitpick_: Suggesting to add 'space-evenly' as acceptable value for justifyContent prop: ``` justifyContent: PropTypes.oneOf([ 'center', 'flex-end', 'flex-start', 'space-around', 'space-between' ]), ```