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

Deprecation warning #61

Open
pentzzsolt opened this issue Jan 26, 2014 · 1 comment
Open

Deprecation warning #61

pentzzsolt opened this issue Jan 26, 2014 · 1 comment

Comments

@pentzzsolt
Copy link

Hi, I included the .scss file in my project and I got the following error:

DEPRECATION WARNING on line 153 of sass/initialize/partials/_csswizardry-grids.scss:
Assigning to global variable "$class-type" by default is deprecated.
In future versions of Sass, this will create a new local variable.
If you want to assign to the global variable, use "$class-type: unquote("%") !global" instead.

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

It looks like that the .css file was generated without errors though.

I'm running Sass 3.3.0.rc.2 (Maptastic Maple).

@emersonthis
Copy link

Just submitted a pull request that fixes this (and silent classes).

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