Open ghost opened 8 years ago
I can't tell what you are trying to do. Can you give an example where you use one of Chroma's functions and it doesn't work?
This works fine, btw:
$chroma: add-colors((
black: rgb(0,0,0),
black-50: ('black' rgba .5), // Outputs rgba(255, 255, 255, 0.5)
));
I'm trying to define colours using rgb instead of hex. Is this possible?
Whenever I do something like rgb(0, 0, 0) it works but when I try:
($color-black being "0,0,0")
I get the error