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

Space-separated HSL color value support #5003

Closed
wants to merge 0 commits into from

Conversation

htunnicliff
Copy link
Contributor

This PR adds support for HSL color values that use space-separated notation.

Resolves #4677.

@htunnicliff htunnicliff changed the title Support space-separated HSL values Space-separated HSL color value support Jul 17, 2021
@adamwathan
Copy link
Member

Awesome thanks! I think we should probably include space-separated RGB functional notation too at the same time?

https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb()#space-separated_values

@htunnicliff
Copy link
Contributor Author

I didn't know space separated notation existed for rgb() until you mentioned it 😂.

I think color-string may need another PR to add support for that.

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.

Alpha utilities do not apply to HSL colors using space-separated notation
2 participants