Skip to content

ExCSS 4.3.0 does not properly parse transition CSS #184

Description

@lilysmith1206

Hello,

I have the following CSS:

* {
    transition-property: background-color, color, border-color;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

The transition-duration and transition-timing-function work fine, but the transition-property declaration is not parsed by ExCSS' StylesheetParser.Parse method.

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