Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Filter mixin output with wrong syntax #76

Closed samhenri closed 8 years ago

samhenri commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

+1

xzyfer commented 8 years ago

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 commented 7 years ago

Please reopen this issue, this bug still exists.