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
I think keywords like currentcolor, transparent, inherit should be handles differently than regular colors:
currentcolor
transparent
inherit
The keyword transparent specifies a transparent black. It is a type of named-color. https://www.w3.org/TR/css-color-4/#transparent-color
For ease of use we could resolve all other keywords to black as well (inherit, currentcolor).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think keywords like
currentcolor
,transparent
,inherit
should be handles differently than regular colors:For ease of use we could resolve all other keywords to black as well (
inherit
,currentcolor
).The text was updated successfully, but these errors were encountered: