So I'm building a WordPress theme using Zurb Foundation 6 and Underscores. I installed Foundation via the CLI and have been using Atom with 'foundation watch' in its console without a problem. I decided to try out PhpStorm and have been having some issues getting the SCSS to work right. Hoping someone can help me out...
So I installed a SCSS File Watcher (via Ruby Gems) in PhpStorm and that seems ok, but I keep getting this error:
cmd.exe /D /C call C:/Ruby23-x64/bin/scss.bat --no-cache --update app.scss:../css/app.css
error _settings.scss (Line 44: File to import not found or unreadable: util/util.)
So for some reason it is having problems seeing some of the SCSS files that are supposed to be imported (Atom/GULP didn't have this issue). I read here that I should add the files it's looking for as a "Resource Root" item in the settings menu... but that didn't work either.
If anyone knows how I can get PhpStorm to work right (I can still run 'foundation watch' but PhpStorm complains that variables are being "resolved only by name...") I would really appreciate it. Thanks!