How to trigger the SASS file watcher when editing any file other than styles.scss?

My file watcher triggers when I make edits to styles.scss. But within styles.scss I use @use import for partials like "navbar" or "fed item". When I make edits to those files,I would like the file watcher to trigger as well, using the imports in styles.scss to compile everything to one .css file.

0

请先登录再写评论。