We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)'}
The text was updated successfully, but these errors were encountered:
This is really an issue. Is there any workaround for phpsass?
Sorry, something went wrong.
@nick4fake I haven't found anything. I dropped phpsass in favor of the real ruby gem to get rid of these kind of problems
I have made a pull request to fix this. Hope it helps.
No branches or pull requests
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)'}
The text was updated successfully, but these errors were encountered: