-
Notifications
You must be signed in to change notification settings - Fork 14
New color manipulation functions from Color Module 5 #37
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 seems that this proposal was dropped as well : w3c/csswg-drafts#6179 (comment) |
Are still in the spec and even in Safari TP 122 |
Yes they are replaced by relative colors, which are a bit harder to polyfill i guess |
We are first catching up with css-color-4 : csstools/postcss-plugins#70 New plugins will be added for css-color-5 functions after that effort. |
Would love to see relative colors polyfilled! |
@romainmenke How is doing. Got any plan about this? |
Not at this time. Our current focus is on shipping This plugin is also definitely abandoned. The issue to subscribe to for updates is this one : csstools/postcss-plugins#177 We do accept sponsorships :) |
Ty |
The new Color Module 5 working draft introduce new css functions to manipulate colors:
color-adjust()
color-mix()
color-contrast()
Would you consider to "revive" this plugin (or make new ones) in order to support the new spec?
The text was updated successfully, but these errors were encountered: