-
Notifications
You must be signed in to change notification settings - Fork 28
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
invalid operands for multiplication #16
Comments
This seems to be a bug with |
yes somebody says it is fixed in 3.1 here: sass/libsass#152 I'm not sure which version is node-sass using now, but I wonder how do you manage to compile if thats not working. |
How did you install libsass? I installed a fresh copy with homebrew Finally, it appears as though the version of Here are some helpful links to the wiki: |
I actually am not sure how did I install sass, I'm using it on a daily basis and I assume at some point I have installed the libsass using brew. I tried to replace the libsass with the head of repo but even that did not change anything. |
I'll try to touch base with the Edit: I'm not sure if |
Finally submitted an issue on libsass. You can keep track of the issue here: sass/libsass#948 |
great, will keep an eye on that issue too. |
@mohamnag it's been a little while but sass/libsass#948 still hasn't been resolved. I'll try to have a work around sometime relatively soon! |
it seems that this code does not get compiled with node-sass@2.0.1
what I have done is:
now running the following command:
will return:
tracing the code shows, it has nothing with that line to do, but actually with line 205, from file
bower_components/skeleton-sass/skeleton/core/_dependencies.scss
which is:I have tried it on another machine with clean nodejs installation and I have the same problem, is this a bug in code? or a config problem?
The text was updated successfully, but these errors were encountered: