yui / yuicompressor

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

Issue81 fix hsl compression #338

Open vezult opened 3 years ago

vezult commented 3 years ago

Fix broken handling of CSS colors specified as hsl() and rgb().

For each of those functions some arguments require the use of %, even if the value is zero. Do not strip percent signs from arguments in these cases.

vezult commented 3 years ago

The travis CI stuff is broken. It fails attempting to setup java 6, and seems to indicate that it requires java 9 at a minimum.

melloware commented 2 years ago

I have backported this fix into our Maven Plugin: https://github.com/primefaces-extensions/resources-optimizer-maven-plugin