-
Notifications
You must be signed in to change notification settings - Fork 192
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
feat(css): Add data for lighting-color
, flood-color
, flood-opacity
#787
Conversation
lighting-color
, flood-color
, and flood-opacity
lighting-color
, flood-color
, flood-opacity
54ec92c
to
74d1515
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in general, but there are a bunch of lint issues that need to be fixed before the merge. I tried to fix a few, but it seems like it's not enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you :)
Description
https://drafts.fxtf.org/filter-effects-1/#FloodOpacityProperty
https://drafts.fxtf.org/filter-effects-1/#FloodColorProperty
https://drafts.fxtf.org/filter-effects-1/#LightingColorProperty
Motivation
Additional details
Related issues and pull requests
Fixes #750
Relates to csstree/csstree#50