DevTips / Artists-Theme

🌄 A free Jekyll Theme developed by the DevTips Community
http://devtips.github.io/Artists-Theme
The Unlicense
592 stars 498 forks source link

Conversion Error with Bourbon? #74

Closed angelocordon closed 9 years ago

angelocordon commented 9 years ago

Getting this error, which looks like it 's from Bourbon in /assets/css/1-tools/bourbon/helpers/_linear-angle-parser.scss

Conversion error: Jekyll::Converters::Sass encountered an error while converting 'assets/css/main.sass': Invalid CSS after " webkit-image": expected ")", was ": -webkit- + $p..." on line 21

Not too familiar with Bourbon, is this just a typo?

niklasravnsborg commented 9 years ago

@angelocordon Sorry for responding so late. Did your problem resolve? Sounds like you have to update Jekyll and Sass to get the newest Sass Compilation Engine. I would try sudo gem update sass jekyll. My Sass (sass -v) is Sass 3.4.16 (Selective Steve) and it works. Hope this helps if you couldn't resolve this by yourself.