You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: