-
Notifications
You must be signed in to change notification settings - Fork 463
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
Fail to compile compass linear gradients correctly #78
Comments
Ooh, it looks like Compass's |
Did not realize that some parts of Compass depended on custom ruby extensions. I guess this means I cannot use libsass if I want to use Compass? Or do you know if the Compass people plan to make it more portable? |
Ah, yes, much of Compass is actually implemented in Ruby -- it currently won't work with LibSass. I believe there are long-term plans to port it over, but it's at least several months off. LibSass would first need to provide some kind of foreign-function interface (currently in the works), and then Compass itself would need to be ported to take advantage of it. |
Thanks for the explanation! |
Here is a source example:
Here is the exepected output (using Ruby sass):
Here is the libsass output:
The text was updated successfully, but these errors were encountered: