We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
input.scss
@function foo() { @return if(& != null, green, red); } test { color: foo(); }
libsass 3.5.5
test { color: red; }
ruby sass 3.4.21
test { color: green; }
The text was updated successfully, but these errors were encountered:
Thanks for the report @danielguillan I can confirm this issue.
Sorry, something went wrong.
Add specs for issue 2116
aedac27
This PR add specs for sass/libsass#2116
Spec added sass/sass-spec#877
2f42bd5
mgreter
No branches or pull requests
input.scss
libsass 3.5.5
ruby sass 3.4.21
The text was updated successfully, but these errors were encountered: