Skip to content
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 parse error when assigning a variable #230

Closed
alkos333 opened this issue Dec 20, 2011 · 0 comments
Closed

Sass parse error when assigning a variable #230

alkos333 opened this issue Dec 20, 2011 · 0 comments

Comments

@alkos333
Copy link

This problem occurs in sass 3.1.12 on Ruby 1.9.1. The following error is displayed when I try to define a variable in sass interactive shell like so: $padding: 2em;

NoMethodError: undefined method `size' for nil:NilClass
Use --trace for backtrace.

It looks like the size method used inside parse_input method on line 38 of repl.rb isn't defined.
Here's the output for sass -i --trace: https://gist.github.com/1503497

@nex3 nex3 closed this as completed in cefa607 Feb 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants