Coder Social home page Coder Social logo

Comments (5)

maxim avatar maxim commented on August 21, 2024

Just found out it doesn't see a bunch of susy mixins... And doesn't complain on import still.

from susy.

mirisuzanne avatar mirisuzanne commented on August 21, 2024

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.

from susy.

maxim avatar maxim commented on August 21, 2024

This was my issue. Asked Chris Eppstein, turns out didn't even have require 'susy' in my config.rb.

from susy.

stephencarr avatar stephencarr commented on August 21, 2024

I just updated Compass to 0.11.1 with a simple gem update and now I am getting the following errors on compile:

WARNING: The 'susy/susy' import is deprecated. Instead: simply import 'susy'.
        on line 1 of /Library/Ruby/Gems/1.8/gems/compass-susy-plugin-0.9/lib/../sass/susy/_susy.scss
        from line 20 of /Users/stephencarr/Dropbox/Sites/nslocal/nslocal.com/src/_base.scss
        from line 10 of /Users/stephencarr/Dropbox/Sites/nslocal/nslocal.com/src/_defaults.scss
        from line 5 of /Users/stephencarr/Dropbox/Sites/nslocal/nslocal.com/src/screen.scss
    error src/screen.scss (Line 81: Undefined mixin 'trailer'.)

So, I changed the import to simply say 'susy' but it still complains about (Line 81: Undefined mixin 'trailer'.).

I definitely have the require 'susy' in my config :(

from susy.

mirisuzanne avatar mirisuzanne commented on August 21, 2024

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!

from susy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.