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

Filter mixin output with wrong syntax #76

Closed
samhenri opened this issue Nov 26, 2015 · 4 comments
Closed

Filter mixin output with wrong syntax #76

samhenri opened this issue Nov 26, 2015 · 4 comments

Comments

@samhenri
Copy link

I'm using python-libsass with compass mixins and when I tried to use grayscale filter, the output was:

-webkit-filter: compact(grayscale(100%), false, false, false, false, false, false, false, false, false); -moz-filter: compact(grayscale(100%), false, false, false, false, false, false, false, false, false); filter: compact(grayscale(100%), false, false, false, false, false, false, false, false, false);

SCSS:
@include filter(grayscale(100%));

@buixuanhai
Copy link

I got the same problem when using box-shadow and single-text-shadow;
This is what it's compiled I saw using Chrome developer tool.
text-shadow: compact(compact(0px 0px 1px false #aaa), false, false, false, false, false, false, false, false, false);

@hansott
Copy link

hansott commented May 19, 2016

+1

@xzyfer
Copy link
Collaborator

xzyfer commented May 21, 2016

I believe this is fixed in the latest version. If this is not the case comment with an updated example and I'll reopen the issue.

@ZhouQunying
Copy link

Please reopen this issue, this bug still exists.

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

5 participants