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

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

Open
laurienicholas opened this issue May 17, 2016 · 1 comment

Comments

@laurienicholas
Copy link

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

@laurienicholas
Copy link
Author

If anyone is after a workaround you can change the 0 values to 0.0001ms

@laurienicholas laurienicholas changed the title Cassette stripping timing units from 0 values making the properties invalid Cassette stripping timing units from 0 values making CSS properties invalid May 17, 2016
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

1 participant