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
[Bug] : animation referencing name starts with e + number is minized to NaN #958
Comments
Thanks for the issue Duplicate #909 |
SkReD
added a commit
to SkReD/cssnano
that referenced
this issue
Oct 23, 2020
SkReD
added a commit
to SkReD/cssnano
that referenced
this issue
Oct 23, 2020
Fixed in 5.0.0-rc.2 |
ludofischer
pushed a commit
that referenced
this issue
Apr 26, 2021
ludofischer
pushed a commit
that referenced
this issue
Apr 26, 2021
ludofischer
added a commit
that referenced
this issue
Apr 28, 2021
* test(postcss-merge-longhand): check invalid border property handling * test(postcss-convert-values): add test case for #958 Co-authored-by: Shipov Mikhail <mshipov@yandex.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
leads to
.e4yw0Q{animation:NaNyw0Q}
(It should not be
NaN
)To Reproduce
https://cssnano.co/playground/#eyJpbnB1dCI6Ii5lNHl3MFEge1xuICAgIGFuaW1hdGlvbjogZTR5dzBRO1xufVxuXG5Aa2V5ZnJhbWVzIGU0eXcwUSB7fVxuXG4iLCJjb25maWciOiIvLyBjc3NuYW5vIGNvbmZpZ1xue1xuICBcInByZXNldFwiIDogXCJkZWZhdWx0XCJcbn1cbiJ9
Expected behavior
It should be
.e4yw0Q{animation:e4yw0Q}
The text was updated successfully, but these errors were encountered: