-
Notifications
You must be signed in to change notification settings - Fork 52
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
Libsass compatibility #16
Libsass compatibility #16
Comments
Hi, which version of Libsass are you using? |
Disclaimer: I don't exactly know what I'm doing, but I'll give you what I know: This is what I can see about versions: The "values after $height" changes when I delete the "!global" 's but then another errors occur. I understand that "!global' is deprecated in newer Sass versions, this might have to do with it? Hope this helps. |
Sorry for the late reaction, I'm on holiday right now. I'm going to look into this further, but for now, maybe issue #3 can help. Also thanks for the details with the versions. |
Try updating grunt-sass to version 1.0.0 (foundation/foundation-libsass-template#23) |
I'm using grunt-sass 1.1.0. The bug with !global is unfortunately not resolved :) |
Hmm, could you send me your grunt file? |
Do you need the complete gruntfile.js or only the package.json? |
Could you give me both? And maybe also the sass code where you use the mixin. I just tried it with grunt-sass 1.1.0 and everything works in my case. |
I'll close this issue for now. |
I tried your code on a grunt/libass/Foundation environment and I got an error.
If I understood the notifications and what I Googled allright, the use of the deprecated "!global" seems to be problem, is there a way around this that you are aware of?
Other than this, Sass-burger is a beautiful piece of work!
The text was updated successfully, but these errors were encountered: