-
Notifications
You must be signed in to change notification settings - Fork 30
support for currentcolor #2
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
Comments
It's impossible since this will require computation on runtime. |
thx. |
Could it not walk up the CSSOM to find a color definition? If none is found, default to black. I understand that this is not specification-compliant, but neither is this library's implementation of |
It just can't. We don't have the DOM and only the DOM say the truth. |
We don't necessarily need the truth when we're compiling. |
For the exact same reason postcss-custom-properties is limited to root, I will never this kind of stuff. |
Alright, fair enough. |
It would be nice to support
color(currentcolor color-adjuster())
by the way, thx for this project !
The text was updated successfully, but these errors were encountered: