Is there any way for me to modify the way that Sass will handle decimal places? I saw a few people saying that Sass will dynamically do the (target/parent)*100 calculation n
It can also be configured using --precision
in the commandline, see SASS Changelog, version 3.1.8.
Should also add that if you want to edit @precision
in numbers.rb
directly, you can find numbers.rb
(at least on OS X), here:
/usr/lib/ruby/user-gems/1.8/gems/sass-3.1.10/lib/sass/script
1.8 and 3.1.10 should of course be replaced with your (preferably the latest) version numbers.