csstools/postcss-color-mod-function

Recommendation alternative to color-mod

FernandoBasso opened this issue ยท 4 comments

Since color-mod spec dead, is there any replacement recommendation that PostCSS should/could point users to?

If I understand PostCSS correctly, it is intended to be spec-compliant, and in that case, no recommendation would make sense if no spec is currently being worked on for color stuff. Is that the case or the docs could point to some alternatives or recommendations?

Same here. We would like to use postCSS instead of SASS for our design-system / component lib.
Color functions are a must-have :-/

You could define custom color functions using https://github.com/andyjansson/postcss-functions

I think, this issue can be closed in favor of #37.