ruby - My SASS files won't compile in Sublime Text 2 -


i able include config.rb file in sass folder , compile right sublime text 2 using buildonsave package. however, when sass file includes variable this:

$breakpoints: (   break-0: 0,     // 0px         break-1: 640,   // 640px    ); 

it won't compile on save. removing lines , works fine.

it gets weird because work when run sass --watch through terminal. has experienced before , can offer help?

$sass -v $sass 3.4.0 (selective steve)


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -