I ran sass --watch styles.scss:styles.css in my css folder.
And it can watch the changes if I make edits to styles.scss
But in the styles.scss, I imported some other sass files from a different folder. And if I make changes in other files, it doesn't watch and translate those changes.
Anyone know a solution?