-
Notifications
You must be signed in to change notification settings - Fork 105
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
no implicit conversion of Sass::Importers::Filesystem into String #79
Comments
I have also come across this when trying to overwrite |
Me three, me three. This is happening to me. Update: turns out it was a conflict w/ the Compass gem. Remove that (and rails-sass) and good to go. |
Thanks @arxpoetica. |
The problem here is that gems like compass-sass and bootstrap-sass will build their own Importer classes that aren't being properly uniqued. Also this resolves the issue outlined in sass#79
I've removed compass too. not really a fix but good enough for now. if bourbon works with sassc then that would be a way forward for future projects. |
Not a fix at all, how to use compass together with sassc-rails? |
You cannot use compass with sassc. I suggest looking at bourbon.io
…On 9 Mar. 2017 10:08 pm, "Nico Ritsche" ***@***.***> wrote:
Not a fix at all, how to use compass together with sassc-rails?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWI_dk7sAnKYp2kap5JSR6wXzLFk1ks5rj92bgaJpZM4J095I>
.
|
Ah, okay. Didn't know, thx.
Am 09.03.2017 1:32 PM schrieb "Michael Mifsud" <[email protected]>:
… You cannot use compass with sassc. I suggest looking at bourbon.io
On 9 Mar. 2017 10:08 pm, "Nico Ritsche" ***@***.***> wrote:
> Not a fix at all, how to use compass together with sassc-rails?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#79 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAjZWI_
dk7sAnKYp2kap5JSR6wXzLFk1ks5rj92bgaJpZM4J095I>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABCHW-Xq1_m1ifwbnufDCApTmOIfi-cks5rj-NSgaJpZM4J095I>
.
|
closing i guess. |
The problem here is that gems like compass-sass and bootstrap-sass will build their own Importer classes that aren't being properly uniqued. Also this resolves the issue outlined in sass#79
On updating to rails 4.2.7.1 and sassc-rails 1.3 I'm getting this error:
On all my asset tags, Images, Stylesheets etc, eg:
<%= image_tag("tick.svg") %>
The text was updated successfully, but these errors were encountered: