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
Thanks! I will implement your suggestion.
Simply I was convinced that sass compiler could extract the composition tree by following the @use and @include chain.
My
main.scss
file contains:@use "../widgets/widget.scss";
and is compiled with
sass --style=compressed --watch --color main.scss main.min.css
If I modify
main.scss
the compiler compiles it.But if I modify
../widgets/widget.scss
nothing happens.Same problem if I change
@use
to@import
. What am I missing?sass 1.26.3 on Windows 10 64 bits.
Small example (change extension to .zip) bug-sass.txt
The text was updated successfully, but these errors were encountered: