binyamin / deno-sass

A sass module for Deno. Wrapper for dart-sass.
MIT License
3 stars 0 forks source link

Sass emits an error when it needs to log something #2

Open binyamin opened 2 years ago

binyamin commented 2 years ago

Summary

Anytime sass needs to log to stderr, it breaks. It's actually the same error that we get without the custom importer.

Scenarios

Notes

binyamin commented 2 years ago

Note: It seems that the logger only covers debug and warn statements. For error statements and sass exceptions, it might work to compile the input, catch any errors, format them, and log them.