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.
Please sign in to leave a comment.
known issue caused by limited support for @use/@forward (https://youtrack.jetbrains.com/issue/WEB-42184), please follow https://youtrack.jetbrains.com/issue/WEB-42904 for updates