Skip to content

How to pass multiple animations to animation() in vendor.styl? #319

@yaway

Description

@yaway

I tried to set multiple animations with animation() like this:

animation(progress 1s infinite,circle 3s infinite)

But got css like:

animation: progress 1s infinite circle 3s infinite

The comma disappeared.

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