-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
Sass::SyntaxError: Undefined mixin 'trailer'. #4
Comments
Just found out it doesn't see a bunch of susy mixins... And doesn't complain on import still. |
Are you sure that any part of susy is being imported properly? Do you have "require 'susy'" in your congig.rb file? I don't know anything about nanoc, but removing the 'require' line from config.rb replicates your error. |
This was my issue. Asked Chris Eppstein, turns out didn't even have require 'susy' in my config.rb. |
I just updated Compass to 0.11.1 with a simple gem update and now I am getting the following errors on compile:
So, I changed the import to simply say 'susy' but it still complains about I definitely have the require 'susy' in my config :( |
Yep. The 'trailer' mixin comes from Compass, not Susy. So you're getting Susy just fine. Add a compass import and you'll be all set: @import "compass"; Cheers! |
Trying to compile nanoc project with compass+susy I keep getting "Sass::SyntaxError: Undefined mixin 'trailer'." when trying to compile default templates that come with susy. Susy seems to be imported fine, but the trailer thing is not.
The text was updated successfully, but these errors were encountered: