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
.foo { content: call('unquote', 'foo', ()...); }
.foo { content: foo; }
function quote only takes 1 arguments; given 2 on line 2 at column 12
Does not matter the function. When passing an empty list as extra arguments, LibSass pass the empty list as another argument instead of discarding it.
The text was updated successfully, but these errors were encountered:
Add specs for issue 1305
d2cc437
This PR add specs for sass/libsass#1305
Spec added sass/sass-spec#438
Sorry, something went wrong.
Improve arglist handling
da47c38
Fixes sass#1259 Fixes sass#1305
a414148
38e9c45
65c43fb
mgreter
No branches or pull requests
Test
Expected
Actual
Observations
Does not matter the function. When passing an empty list as extra arguments, LibSass pass the empty list as another argument instead of discarding it.
The text was updated successfully, but these errors were encountered: