Skip to content

Fails when multiple transitions are defined in the same value #1

@VinSpee

Description

@VinSpee

Hi!

when defining multiple transitions, this plugin fails to convert the second one.

Input

transition: color 0.5s ease-out-cubic, background 0.5s ease-out-cubic;

Output

transition: color 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000), background 0.5s ease-out-cubic;

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