Coder Social home page Coder Social logo

Comments (5)

mooror avatar mooror commented on August 16, 2024

Update: I was able to get this error to go away but only after removing all the other folders and removing all the content in my appname.scss. The strange thing is that I don't get an error in compiling until I try to include susy's container mixin. I made sure to add susy to the require array but it still doesn't like it when I include containers.

from ember-cli-compass-compiler.

mooror avatar mooror commented on August 16, 2024

Heres my code btw
appname.scss
$susy: ( columns: 12, gutters: 1/4, math: fluid, output: float, gutter-position: inside, ); //@import:'susy'; body{ @include container(10%); background-color:green; }

from ember-cli-compass-compiler.

quaertym avatar quaertym commented on August 16, 2024

Did you try this? This should be placed in your Brocfile.

var app = new EmberApp({
  compassOptions: {
    require: ['susy']
  }
});

from ember-cli-compass-compiler.

mooror avatar mooror commented on August 16, 2024

Yes I had tried this but unfortunately it did not work for me. Are those the only two steps? Updating the Brocfile and placing the code in the .scss file?

from ember-cli-compass-compiler.

quaertym avatar quaertym commented on August 16, 2024

Can you provide a sample repo that demonstrates so that I can investigate? I wonder if it is windows specific.

from ember-cli-compass-compiler.

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.