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
The dollar variables are no more replaced anywhere in a .scss file, breaking up everything in the pipeline.
(I'm using the NuGet package, at compilation time the WebCompiler is triggered.)
Installed product versions
Description
The dollar variables are no more replaced anywhere in a .scss file, breaking up everything in the pipeline.
(I'm using the NuGet package, at compilation time the WebCompiler is triggered.)
Steps to recreate
variables.scss
:@import
ofvariables.scss
:my-style.css
output to find this:Current behavior
It doesn't apply the dollar variables.
Expected behavior
It should apply the dollars variable value.
The text was updated successfully, but these errors were encountered: