Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/bootstrap-sass.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bootstrap-sass.rb b/lib/bootstrap-sass.rb
index dd7cc2d..ea275ff 100644
--- a/lib/bootstrap-sass.rb
+++ b/lib/bootstrap-sass.rb
@@ -55,8 +55,8 @@ module Bootstrap
::Sass.load_paths << stylesheets_path
- # bootstrap requires minimum precision of 10, see https://github.com/twbs/bootstrap-sass/issues/409
- ::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
+ # bootstrap requires minimum precision of 8, see https://github.com/twbs/bootstrap-sass/issues/409
+ ::Sass::Script::Number.precision = [8, ::Sass::Script::Number.precision].max
end
def register_compass_extension