Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExCSS 4.3.0 does not properly parse transition CSS #184

Open
lilysmith1206 opened this issue Feb 16, 2025 · 1 comment
Open

ExCSS 4.3.0 does not properly parse transition CSS #184

lilysmith1206 opened this issue Feb 16, 2025 · 1 comment

Comments

@lilysmith1206
Copy link

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.

@TylerBrinks
Copy link
Owner

I will have to take a look at whether that property is part of the parser's dictionary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants