Open lgamache-nmedia opened 10 months ago
This needs to be fixed in NUglify, post an issue there and I will upgrade it as soon as it's fixed.
Issue has been created: https://github.com/trullock/NUglify/issues/384
This should be fixed in the latest release
Installed product versions
Description
The minifier removes the unit "fr" when the value is 0. Wich should not happen, since it breaks animations betwen fractions like 0fr to 1fr.
Steps to recreate
Current behavior
The compiler removes the unit "fr" from the "0fr" value, wich leaves only "0" in the minified version.
Expected behavior
The compiler should leave the "fr" in the value untouched, otherwise some things might break, like animations.