-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
File to import not found or unreadable: susy. #55
Comments
Okay figured this one out. LiveReload doesn't work with SUSY, at least I haven't gotten' it to work. The other way I was trying to compile this, was with Sass |
LiveReload works with Susy to me, but it uses the old version. You have to go into the app, to |
Same issue here. II went into the compass-susy-plugin folder and replaced it with the new version of SUSY but I still get the compile error. Has anyone gotten the above fix to work? Not doing it for me :( The specific error I get is: |
Have any of you been able to fix this? I'm still having this problem. |
Same error as @ryanarmstrong ? That looks like you might be running an older version of Sass. This is an issue with livereload settings. I would ask them what the appropriate solution is. You may also be able to find an answer on the Compass google group (I know similar codekit and compass.app issues have been discussed). Or you could ask on Stack Overflow with the susy-compass tag, and I'd be happy to point people at your question. |
Thanks for the help! I actually figured out the problem. I had uninstalled RVM and it was a problem associated with that (I was doing compass watch instead of bundle exec compass watch). |
Great! |
http://susy.oddbird.net/guides/reference/ says is for version 1.0 my gem compass-susy-plugin-0.9(OSX)-markdown uses $column NOT $span-column hope this helps |
@ryanarmstrong Did you ever sort your issue out? I am receiving the same error message. Live Reload: 2.3.8 Previously I was using compass.app without any issues. Not sure if it has any bearing on the issue? |
I have tried using the new SUSY several times and keep getting this error.
"File to import not found or unreadable: susy."
in LiveReload
.container { @include container; @include susy-grid-background; }
works and I see susys grid but once i add
@include span-columns(3,12);
it tells me "Undefined mixin 'span-columns'." I have tried everything to get this to work.The text was updated successfully, but these errors were encountered: