Open artfulrobot opened 8 years ago
I agree, but I have no idea how to accomplish this. Sass adds the line number and file name to where the Chroma code calls @error
, but, afaik, Chroma doesn't have access to the line number and file name of the calling code.
I removed a colour from the definition (or I misspelled a colour name) and I get this error:
This does not tell me where the error was encountered - except some internal reference to the chroma code.
It would be nice if it said
"line 1234 of sass/components/yourfile.scss references colour 'watermark' but this is not defined."
or such.