-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sass::SyntaxError Undefined variable: "$breakpoint-1px". #179
Comments
Thanks for reporting this. But I don't seen any difference between the two code blocks. What was the code that worked? |
Sorry the mistake. I've just corrected the bug. |
Ok, Browsing locally the gem kickstart_rails-3.1.2 I notice this line very similar but without the white spaces: ~/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/kickstart_rails-3.1.2/app/assets/stylesheets/core/components/_navbar.sass Line 26
Adding manually the white spaces works. Why these spaces were removed? |
Good find! Yes, it definitely looks like this was fixed in the main repo,
|
After using st like:
pops up
Sass::SyntaxError Undefined variable: "$breakpoint-1px".
Instead, using st like:
works fine.
Rails 4.2.0, kickstart_rails (3.1.2), sass (3.4.14)
The text was updated successfully, but these errors were encountered: