trace property
Trace
get
trace
The Sass stack trace at the point this exception was thrown.
This includes span.
Implementation
Trace get trace => Trace([frameForSpan(span, "root stylesheet")]);
The Sass stack trace at the point this exception was thrown.
This includes span.
Trace get trace => Trace([frameForSpan(span, "root stylesheet")]);