Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.
This repository was archived by the owner on May 18, 2021. It is now read-only.

Flex layout breaks when using react-prefixer on firefox #8

@stefvw93

Description

@stefvw93
//some other code...

//prefix styles from props
prefix({
    flex: flex,
    flexFlow: flow,
    alignItems: alignItems,
    display: container ? "flex" : "block",
    justifyContent: justifyContent
})

Inline CSS result when using prefixer in Firefox 57.0.3:
display: flex

Inline CSS result when not using prefixer in Firefox 57.0.3:

display: flex
flex: 1 1 0%;
flex-flow: column nowrap;
align-items: center;
justify-content: flex-start;

A bunch of flex rules are missing 😢 I don't know if this issue goes past flex properties. Didn't have time to test that. Busy week.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions