Skip to content

Cassette stripping timing units from 0 values making CSS properties invalid #475

@laurienicholas

Description

@laurienicholas

Cassette is stripping timing units from 0 values making the properties invalid

so transition: all 2s 0s ease gets squished to:
transition: all 2s 0 ease

Chrome sees the latter as invalid as even 0 timing values need a unit specified for transitions

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