Skip to content
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

Called function get unexpected arglist parameters #1488

Closed
cahnory opened this issue Aug 25, 2015 · 2 comments
Closed

Called function get unexpected arglist parameters #1488

cahnory opened this issue Aug 25, 2015 · 2 comments

Comments

@cahnory
Copy link

cahnory commented Aug 25, 2015

@function foo($arg1, $arg2) {
  @return type-of($arg2);
}

foo {
  foo: call('foo', one, two...);
}

Ruby Sass

foo {
  foo: string; }

LibSass

foo {
  foo: arglist; }

Demo: http://sassmeister.com/gist/08c30c195bc9918cb219

@xzyfer
Copy link
Contributor

xzyfer commented Aug 25, 2015

@cahnory thanks the report. In the future please ensure the supplied code sample is valid against the Ruby Sass issue. I've update the issue description with a working reproduction.

@cahnory
Copy link
Author

cahnory commented Aug 25, 2015

Sorry, I will :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants