gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

@imports not being found #138

Closed rctneil closed 10 years ago

rctneil commented 10 years ago

Hey,

My stylesheets are not being compiled as it's struggling with @import "bourbon"

My error is: Syntax error: File to import not found or unreadable: bourbon.

Any ideas?

sindresorhus commented 10 years ago

Use grunt --verbose to see the Sass command used underneath. This task is just a thin wrapper calling the Sass binary. Any issues are most likely with your code or Sass.