Skip to content

Prefixer removes multiple/fallback values #89

@Swatinem

Description

@Swatinem

When specifying multiple values, like this:
{ position: [ 'fixed', 'sticky' ] }
only the first alternative is kept after prefixing:
{ position: 'fixed' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions