@debug messages from dart sass?

Hi everybody,

I’ve switched the sass transpiler to embedded dart sass recently and while the resulting CSS is fine, I am missing my @debug and @warn messages through the build process. The sass code is fine, they are all there again, when I remove “transpiler” “dartsass” from the dict.

Your help would be much appreciated,
Thanks, Georg

Hey,

I see these debug/warn events are part of the protocol specification, but Hugo (or more specific: GitHub - bep/godartsass: Go API backed by the native Dart Sass Embedded executable.) currently discard these log events (I must admit, I have never used these directives, and did not think about it when I implemented this).

It could be fixed, of course, but you need to create a GitHub issue for it.

1 Like

Will do, they are fairly important to me. Thanks!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.