Reputation: 968
I am keen to use the new Bootstrap SASS however I have noticed that a precision value has to be added to continue. I am aware of this bug and how it benefits the project.
However I am unsure how to build this into my project, the Bootstrap Docs are pretty lacking here..
::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
This was the code given above and link here - https://github.com/twbs/bootstrap-sass
I would note that I have already installed downloaded the gem and installed it using bower. Just need to get this code a place to call home!
Upvotes: 1
Views: 441
Reputation: 490
Try putting the one-liner in application.rb
https://github.com/twbs/bootstrap-sass/issues/409
Upvotes: 1