-
Notifications
You must be signed in to change notification settings - Fork 468
Error when using function return value as a function argument #1969
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
Comments
The reason this is that your function starts with Maybe if you have time you could come up with a Pull Request for sass-spec, so this doesn't happen again? Would be greatly appreciated! |
Is this bug really fixed in libsass 3.3.5? I'm using node-sass 3.7.0, it is using Herbie (3.3.6) since node-sass 3.6.0 ... or is this fix not included in libsass 3.3.6? I get errors related to an own function with the name
Error message:
As I wrote before, that error do not occure if I rename the function to |
@haschek Test your code against Ruby Sass 3.4.x on Sassmiester to confirm your Sass is valid. Looks like a bug in your code. |
@xzyfer Maybe I approve it with SassMeister later but my Sass code worked for last three years, I do not see the bug there. It stopped working with the change to node-sass 3.7.0 (libsass 3.3.6) and worked again after a simple renaming of the |
@haschek without a copy-pastable code sample I cannot confirm you issue. If you think there is a bug please create new issue with enough code for me to see this error myself. |
I'm experiencing an error that seems to be a regression introduced in version 3.3.3, the code below works fine in 3.3.2:
This is the output I'm getting:
The text was updated successfully, but these errors were encountered: