From 95992ef7e93ed53b66b38cef67ea6dffaa6116ab Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 9 Dec 2013 16:06:35 -0800 Subject: [PATCH] enable strictMath in grunt-contrib-less config --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 73023939e8..6b35cedc28 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -112,6 +112,9 @@ module.exports = function (grunt) { less: { compile: { + options: { + strictMath: true + }, files: { 'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less', 'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'