Add Logger.defaultLogger to automatically choose whether to use colors (#2742)
Recent Commits to dart-sass:main
-
Add Logger.defaultLogger to automatically choose whether to use color…
-
Always convert printed objects to strings in JS (#2741)
Always convert printed objects to strings in JS (#2741) This makes browsers match the behavior in Dart and Node, and specifically fixes a bug where warnings were emitted as `StringBuffer` objects rather than console messages.