We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the specification states, lab and lch should accept a percentage as first argument (source).
As of today, lch(50% 50 50) will result in undefined when parsing it.
lch(50% 50 50)
undefined
(I'm writing a Pull Request to handle percentage number)
And thanks for this great library ! Really usefull.
The text was updated successfully, but these errors were encountered:
Ah, good catch @rozaxe! It seems the spec has changed since the last time I read it 😅
Sorry, something went wrong.
Fixed by @rozaxe in #86
No branches or pull requests
As the specification states, lab and lch should accept a percentage as first argument (source).
As of today,
lch(50% 50 50)
will result inundefined
when parsing it.(I'm writing a Pull Request to handle percentage number)
And thanks for this great library ! Really usefull.
The text was updated successfully, but these errors were encountered: