-
Notifications
You must be signed in to change notification settings - Fork 465
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
Singularity fails to compile with error: "function output-isolation has no parameter named $span". (libSass 3.2.0) #1128
Comments
Hi @OnkelTem thanks for the report. Unfortunately we're not able to progress on this issue in it's current state. Noone on the Libsass team is familiar with Signularity, nor do we have time to debug their entire code base. Please supply a copy-pastable snippet of Sass code that produces the error you're encounter. Only then can we begin to understand the actual problem you're encountering. |
Ok, working on this |
Appreciate it @OnkelTem |
I happen to know quite a bit about Singularity, and I'm not entirely sure what's going on. I believe the problem is related to argument handling for dynamic The file in question is here, but I believe the operative lines are L35-47 and L59 where the actual call takes place. If I were a guessing man, I think the problem is we're passing a map in to the arguments for a dynamic Here is a working SassMeister using Ruby Sass, it'll fail when using the current beta of Libsass (and interestingly works with Libsass 3.1.0) so this should be a regression. |
This was fixed in #1135 and will be in the next release. |
I hope I selected the correct issue queue for this report.
On the latest libSass (3.2.0) SGS (1.6.2) fails to compile with this error:
The next code is responsible for this (line marked with *):
The function output-isolation is defined like this:
Ideas what is going wrong and how to workaround it?
The text was updated successfully, but these errors were encountered: