madhur / PortableJekyll

Portable Jekyll for Windows
http://www.madhur.co.in/blog/2013/07/20/buildportablejekyll.html
383 stars 98 forks source link

I think its time to update scss #8

Open Mahesha999 opened 9 years ago

Mahesha999 commented 9 years ago

I tried two jekyll themes. For both it is giving error as:

Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/styles_feeling_responsive.scss': Invalid CSS after "...ules: $modules ": expected "}", was "! global;" on line 13
 jekyll 2.5.2 | Error:  Invalid CSS after "...ules: $modules ": expected "}", was "!global;" on line 13

Here is one such issue reported to a theme's git erpo occurred while using portable jekyll.

Can you share how you prepared portable jekyll?

pstavirs commented 9 years ago

I updated the sass gem from 3.2.12 (included in the PortableJekyll release) to 3.4.16 using gem update sassand that solved the problem for me

madhur commented 8 years ago

Can you send me a pull request for this?