You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're referring to Sass's @warn and @debug directives, I'll take a quick look and see how the Sass compiler implements them. Can't make any promises though.
Would be nice if $warn and $debug would write to VS Output Window. I think:
$warn == Trace.WriteLine
$debug == Debug.WriteLine
Awesome if we could get this in the Browser's output window, but that's a significant effort, in VS's window is plenty for me.
The text was updated successfully, but these errors were encountered: