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

It's impossible to do -webkit-filter: grayscale(1) #107

Open
emilsundberg opened this issue May 20, 2013 · 3 comments
Open

It's impossible to do -webkit-filter: grayscale(1) #107

emilsundberg opened this issue May 20, 2013 · 3 comments

Comments

@emilsundberg
Copy link

The sass function grayscale breaks the browser filter function grayscale. This has been fixed, but doesn't work with phpsass.

GitHub issue: sass/sass#239

They have a workaround, but it doesn't work either in phpsass:
-webkit-filter: #{'grayscale(1px)'}

@nick4fake
Copy link

This is really an issue. Is there any workaround for phpsass?

@emilsundberg
Copy link
Author

@nick4fake I haven't found anything. I dropped phpsass in favor of the real ruby gem to get rid of these kind of problems

@LukasMeine
Copy link

I have made a pull request to fix this. Hope it helps.

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