Skip to content
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

Closed
Jaswetz opened this issue Jun 3, 2012 · 9 comments
Closed

File to import not found or unreadable: susy. #55

Jaswetz opened this issue Jun 3, 2012 · 9 comments

Comments

@Jaswetz
Copy link

Jaswetz commented Jun 3, 2012

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.

@Jaswetz Jaswetz closed this as completed Jun 5, 2012
@Jaswetz
Copy link
Author

Jaswetz commented Jun 5, 2012

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 --watch, not Compass watch. Which would have been my problem.

@Anahkiasen
Copy link

LiveReload works with Susy to me, but it uses the old version. You have to go into the app, to /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass-susy-plugin and replace the content of that folder with a more modern build of Susy. I've talked to them about it but it's not yet fixed.

@ryanarmstrong
Copy link

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:
�[31m�[0m�[31m error�[0m sass/style.scss (Line 18 of sass/_partials/_grid.scss: Invalid CSS after "...kpoint(30em 8) ": expected "}", was "{")

@designerdean
Copy link

Have any of you been able to fix this? I'm still having this problem.

@mirisuzanne
Copy link
Member

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.

@designerdean
Copy link

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).

@mirisuzanne
Copy link
Member

Great!

@mudev
Copy link

mudev commented Sep 20, 2012

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

@yahreen
Copy link

yahreen commented Nov 2, 2012

@ryanarmstrong Did you ever sort your issue out? I am receiving the same error message.

Live Reload: 2.3.8
Susy: 1.0.rc.3

Previously I was using compass.app without any issues. Not sure if it has any bearing on the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants