Closed
Description
What would you want to propose?
Safari TP already got color space support for gradients:
background: linear-gradient(in lch, blue, red);
Suggested solution
This feature (but without in X
syntax) was already implemented in postcss-easing-gradients by @larsenwork.
Maybe we can start from that code.
Additional context
This feature could be part of amazing colors refactoring going by @romainmenke.
Validations
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Would you like to open a PR for this feature?
- I'm willing to open a PR