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

Invalid CSS compression for transition-delay #342

Open
jcarlosroldan opened this issue Jul 20, 2021 · 1 comment
Open

Invalid CSS compression for transition-delay #342

jcarlosroldan opened this issue Jul 20, 2021 · 1 comment

Comments

@jcarlosroldan
Copy link

The property transition-delay: 0s is incorrectly compressed as transition-delay: 0, which is not a valid property.

As a hotfix, I replaced it with transition-delay: unset in the original code to overcome this issue.

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