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

Problem with css3-prefix arguments #34

Closed
ghost opened this issue May 6, 2015 · 1 comment
Closed

Problem with css3-prefix arguments #34

ghost opened this issue May 6, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented May 6, 2015

I see mixins css3-prefix have 2 arguments, but in some methods calling with more than 2 args.

@include css3-prefix('box-shadow', 0 0 0 1px $colorTwo, 0 0 0 2px $colorThree);
@include css3-prefix('transition', $what: all, $length: 1s, $easing: ease-in-out);

When i tried to use @include transition(); without args, sass fired the error

Mixin css3-prefix doesn't have the following arguments: $what, $length, $easing.
@ghost
Copy link
Author

ghost commented May 6, 2015

I have made a PR #35

@ghost ghost closed this as completed May 6, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants