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

Issue81 fix hsl compression #338

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

vezult
Copy link

@vezult vezult commented Sep 24, 2020

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

vezult commented Sep 24, 2020

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

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

@tml tml self-assigned this Jul 19, 2023
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

Successfully merging this pull request may close these issues.

None yet

3 participants