Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Add justifyContent: 'space-evenly' to Flexbox.propTypes #51

@pcatkins

Description

@pcatkins

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'
  ]),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions