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

Parsing HSLA color fails #170

Open
eetukomsi opened this issue Sep 26, 2019 · 0 comments
Open

Parsing HSLA color fails #170

eetukomsi opened this issue Sep 26, 2019 · 0 comments

Comments

@eetukomsi
Copy link

plugin seems to fail to minify hsla-values since release 1.7.5 removing the percentage sign from the saturation value

Original css:
body > #subMenu #lang a:hover, .opentip a { color:hsla(0,0%,100%,1); }

output 1.7.4:
body>#subMenu #lang a:hover,.opentip a{color:hsla(0,0%,100%,1)}

output 1.7.5:
body>#subMenu #lang a:hover,.opentip a{color:hsla(0,0,100%,1)}

output 1.7.6:
body>#subMenu #lang a:hover,.opentip a{color:hsla(0,0,100%,1)}

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

1 participant