yui / yuicompressor

YUI Compressor
http://yui.github.com/yuicompressor/
Other
3.01k stars 661 forks source link

Invalid CSS compression for transition-delay #342

Open jcarlosroldan opened 3 years ago

jcarlosroldan commented 3 years ago

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.

melloware commented 2 years ago

This is fixed in 2.4.0 of our version of this plugin: https://github.com/primefaces-extensions/resources-optimizer-maven-plugin