Coder Social home page Coder Social logo

Comments (2)

quaertym avatar quaertym commented on August 16, 2024

I think this issue belongs to the original compass repo.

from ember-cli-compass-compiler.

gskaplan avatar gskaplan commented on August 16, 2024

Perhaps, however many of us who use ember-cli with Bootstrap are likely to encounter this problem and may circle back to this project since it is related to compass. I'll share my findings with you and you can elect if you want to reference this.

Compass is built on Ruby, and the way to override its operation is to provide a config.rb file in the project root that was generated by ember-cli. This is not intuitive since config.rb is a ruby file and with the exception of compass, there is nothing ruby in my project.

To override the default precision of compass, create the file named config.rb, and inside, place the following line: Sass::Script::Number.precision = 10

The compass style compiler will find config.rb in your project root and use that precision when compiling scss files.

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.