I am getting the following error when trying to use node-bourbon with grunt-contrib-sass.
Syntax error: Properties are only allowed within rules, directives, mixin includes, or other properties. on line 14 of sass/bourbon/addons/_prefixer.scss from line 6 of sass/style.scss
It is complaining about this syntax (specifically, the -webkit piece):
@if $prefix-for-webkit {
-webkit-#{$prop}: $value;
}
Has anyone run into this? I am really hoping to not have to stop using Bourbon in order to use Grunt.
Please let me know if you need any further info.
Thanks, Paul
node-bourbon is using grunt-sass rather than grunt-contrib-sass.