I just have a big problem beginning with scss stuff. I have already install scss and add it to phpstorm as a "file watcher". Until there I was in a peacefull world but I tried to add a partials (file begining with a "_" which are included in the main file style.scss).
I want when I change the scss/style.scss OR partials/_variables.scss that the css/style.css updated.
So my problem is : When I change and save the style.scss file is ok, but when I change the _variables.scss, the style.css still the same.
Is there any way to WATCH the _variables.scss and generate automatically the main file if it's changed ?
I've already played with the scope of file watchers, but no way to do it ...
css/
style.css
partials/
_variables.scss
scss/
style.scss