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

Arglist as single argument #1257

Closed
KittyGiraudel opened this issue Jun 3, 2015 · 1 comment
Closed

Arglist as single argument #1257

KittyGiraudel opened this issue Jun 3, 2015 · 1 comment

Comments

@KittyGiraudel
Copy link

Test

.foo {
  color: invert(red...);
}

Expected

.foo {
  color: cyan;
}

Actual

Nothing. It crashes.

Observations

This may have the same underlying cause as #1171 and #1255.

@mgreter mgreter added this to the 3.3 milestone Jun 12, 2015
@mgreter mgreter self-assigned this Jun 12, 2015
@xzyfer
Copy link
Contributor

xzyfer commented Jul 8, 2015

Fixed by #1318.

@xzyfer xzyfer closed this as completed Jul 8, 2015
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