yui / yuicompressor

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

YUI Problem with hsl() css #320

Open javidabedian opened 5 years ago

javidabedian commented 5 years ago

Hi there ,

when YUI minifying the CSS file , hsl() value saved incorrectly .

I use hsl like this : hsl(0, 0%, 20%); and YUI save code like this : hsl(0,0,20%); the second zero must have % to hsl work correctly , but YUI delete the % for zero value is hsl property .

I'm using yuicompressor on phpstorm .

Standa666 commented 5 years ago

hsla is also affected. Removed % results into invalid style in browser.