I am trying to use sass in a NodeJS project and this is the library I installed with nodejs
https://www.npmjs.org/package/node-sass
I am using webstorm for t
PHP storm version 2018.02
I was not able to make the filewatcher generate a css.map file with the post of Günay,
all the rest of the post works fine for me, so what I use:
Installation
Install node-sass global: npm install -g node-sass
Settings:
Program C:\Users\User\AppData\Roaming\npm\node-sass.cmd
Arguments --source-map true $FileName$ $FileNameWithoutExtension$.css
Output path to refresh $FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map
Working directory $FileDir$
Hope this helps