From fdae59428a77260eb392de643a2ae7786819234c Mon Sep 17 00:00:00 2001 From: peerb Date: Thu, 12 Dec 2013 22:32:53 +0100 Subject: [PATCH] Fixed bug in chrome, which caused buttons to have a of height of 33px instead of 34px Found cause and fix here: https://github.com/thomas-mcdonald/bootstrap-sass/issues/409 --- templates/common/Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 7d4e7e7ce..33863d5a8 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -199,7 +199,8 @@ module.exports = function (grunt) { httpGeneratedImagesPath: '/images/generated', httpFontsPath: '/styles/fonts', relativeAssets: false, - assetCacheBuster: false + assetCacheBuster: false, + raw: "Sass::Script::Number.precision = 10\n" }, dist: { options: {