I am trying to develop my first page with bootstrap and SASS with IntelliJ Idea Framework. When I type in main.scss
@import "compass"
an error message is displayed:
cmd.exe /D /C call C:/Ruby22-x64/bin/scss.bat --no-cache --update main.scss:main.css
error main.scss (Line 1: File to import not found or unreadable: compass.)
I have enabled compass in intelliJ, installed compass using the cmd and set the config path for compass. What more I need to do to make it right? Please help!!