I followed Michael Hartl's tutorial (http://www.railstutorial.org/), and I want to change some css functions within the custom.scss.css stylesheet. Whenever I make any changes to the sheet, for example, changing the margin from 10 px to 11 px, I get this error in my browser:
Sass::SyntaxError in StaticPages#home
Showing /Users/Desktop/Sample_App/app/views/layouts/application.html.erb where line #5 raised:
Undefined variable: "$gray-light".
(in /Users/Desktop/Sample_App/app/assets/stylesheets/custom.css.scss:57)
Extracted source (around line #5):
Here is a similar problem: Bootstrap not working after minor change to custom.css.scss
I don't understand why this is happening.