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 --watch command will remove the output .css file if the source .scss | .sass file is removed, but the command will not also remove the output .css.map file.
I'm running Sass version 1.89.2.
It's possible to work around by embedding source maps into the .css itself, or by disabling source map output and generating maps after a manual compilation through a build system.