Closed rctneil closed 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?
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.
grunt --verbose
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?