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

Grayscale Filter Causes Sass Compilation Failure #1393

Closed
karlhudsonphillips opened this issue Aug 12, 2014 · 4 comments
Closed

Grayscale Filter Causes Sass Compilation Failure #1393

karlhudsonphillips opened this issue Aug 12, 2014 · 4 comments

Comments

@karlhudsonphillips
Copy link

Not sure why, but usage of filter: grayscale(100%); forces the compilation to fail in Sass with version version 2.3

@am11
Copy link
Contributor

am11 commented Aug 13, 2014

Thanks for reporting issue. It turns out to be an open issue in libsass issue tracker sass/libsass#151. There are couple of workarounds and tweaks posted. Actually grayscale is Sass' function as well and somehow conflicting with CSS3's.

Once its fixed in sass, we would have to wait for node-sass to update to the latest upstream and release a new npm.

@karlhudsonphillips
Copy link
Author

Thanks, the workaround appears to work.

@am11
Copy link
Contributor

am11 commented Aug 14, 2014

In fact, this was fixed yesterday fixed by benesch/libsass@e44f3c8 via sass/libsass#467. We would need for this to get merged in and then node-sass to make a new release.

@karlhudsonphillips
Copy link
Author

Wonderful! Cheers

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

3 participants