You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: