dirkfabisch / mediator

a medium inspired jekyll theme

Home Page:blog.base68.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversion error: Jekyll::Converters::Sass encountered an error converting 'css/main.sass'

joesankey opened this issue · comments

I get the following error when running jekyll serve

$ jekyll serve
Configuration file: /Users/joesankey/Source/github/mediator/_config.yml
            Source: /Users/joesankey/Source/github/mediator
       Destination: /Users/joesankey/Source/github/mediator/_site
      Generating... 
  Conversion error: Jekyll::Converters::Sass encountered an error converting 'css/main.sass'.
  Conversion error: Invalid CSS after " webkit-image": expected ")", was ": -webkit- + $p..."
jekyll 2.5.1 | Error:  Invalid CSS after "      webkit-image": expected ")", was ": -webkit- + $p..."

Typical, 2 minutes after creating the issue I find the problem.

I had an an old sass gem, updating to latest sass gem fixed the issue.

I'm getting this same error, although as far as I can tell, I've updated all the gems. I've got github-pages (with jekyll-sass-converter) and sass itself all up to date.

Strange. I edited /css/main.sass and removed the two lines of "---" front matter markers. It now compiles and serves.

thanks @elihorne. Removing the two lines fixed it for me too.