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
All the colors exported from color-name are lower case
but CSS keywords are supposed to be case insensitive https://drafts.csswg.org/css-color/#named-colors
parse('blue') works but parse('BLUE') doesn't work
parse('blue')
parse('BLUE')
The text was updated successfully, but these errors were encountered:
Created pull request #6
Sorry, something went wrong.
Fixed by #6
scattergl
No branches or pull requests
All the colors exported from color-name are lower case
but CSS keywords are supposed to be case insensitive
https://drafts.csswg.org/css-color/#named-colors
parse('blue')
works butparse('BLUE')
doesn't workThe text was updated successfully, but these errors were encountered: