Recommendation alternative to color-mod
FernandoBasso opened this issue ยท 4 comments
FernandoBasso commented
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?
0gust1 commented
Same here. We would like to use postCSS instead of SASS for our design-system / component lib.
Color functions are a must-have :-/
TheComputerM commented
You could define custom color functions using https://github.com/andyjansson/postcss-functions
AlexWayfer commented
I think, this issue can be closed in favor of #37.