blai / grunt-express-angular-example

Sample app that shows the usage of grunt-express v1.0
65 stars 30 forks source link

compass error #3

Closed klode closed 11 years ago

klode commented 11 years ago

I just cloned the project and followed your directions and I get the following error when I run "grunt server"

    error app/styles/main.scss (Line 247 of app/bower_components/bootstrap-sass/lib/_mixins.scss: Invalid CSS after "...-shadow($shadow": expected ")", was "...) {")
blai commented 11 years ago

what version of sass do you use? I have 3.2.8, I think the latest is 3.2.10

klode commented 11 years ago

Thanks! I had sass version 3.1.5 updated to 3.2.10 and works.