-
Notifications
You must be signed in to change notification settings - Fork 198
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
Comments
I got the same problem when using box-shadow and single-text-shadow; |
+1 |
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. |
Please reopen this issue, this bug still exists. |
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%));
The text was updated successfully, but these errors were encountered: