]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
enable strictMath in grunt-contrib-less config 11809/head
authorChris Rebert <code@rebertia.com>
Tue, 10 Dec 2013 00:06:35 +0000 (16:06 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 10 Dec 2013 00:27:42 +0000 (16:27 -0800)
Gruntfile.js

index 73023939e8de88198697f7e37fd62097ea9771ed..6b35cedc2819e7c95df90103067e74d11a57a997 100644 (file)
@@ -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'