I need help to configuring PhpStorm for using Susy in Drupal 8 project. My actions:
- Install Ruby
- Install Compass (cmd =>
gem install compass
) - Install Susy (cmd =>
gem install susy
) - Change directory to core theme in cmd
- Run in cmd =>
compass config
- Add in config.rb line =>
require "susy"
- Run in cmd =>
compass create . -r susy -u susy
- Add watcher SCSS
Result error:
cmd.exe /D /C call C:/Ruby23/bin/scss.bat --no-cache --update main.scss:main.css
error _grids.scss (Line 4: File to import not found or unreadable: susy.)
Where did I make a mistake? Please, help, can't find answer 2 days.