Skip to content

"justifyContent: space-evenly" gets prefixed to an invalid result #162

@TheBosZ

Description

@TheBosZ

The result of

{
  justifyContent: 'space-evenly'
}

Gets turned into

{
  WebkitBoxPack: "space-evenly",
  justifyContent: "space-evenly"
}

"-webkit-box-pack" doesn't allow the value of "space-evenly": https://developer.mozilla.org/en-US/docs/Web/CSS/box-pack

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