Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YUI Problem with hsl() css #320

Open
javidabedian opened this issue Jan 21, 2019 · 1 comment
Open

YUI Problem with hsl() css #320

javidabedian opened this issue Jan 21, 2019 · 1 comment

Comments

@javidabedian
Copy link

javidabedian commented Jan 21, 2019

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
Copy link

Standa666 commented Feb 14, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants