phpsass icon indicating copy to clipboard operation
phpsass copied to clipboard

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

Open emilsundberg opened this issue 11 years ago • 3 comments

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

GitHub issue: https://github.com/nex3/sass/issues/239

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

emilsundberg avatar May 20 '13 04:05 emilsundberg

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

nick4fake avatar Jan 03 '14 15:01 nick4fake

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

emilsundberg avatar Jan 03 '14 16:01 emilsundberg

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

LukasMeine avatar Aug 24 '16 04:08 LukasMeine