enable strictMath in grunt-contrib-less config

This commit is contained in:
Chris Rebert 2013-12-09 16:06:35 -08:00
parent 28d8be1634
commit 95992ef7e9
1 changed files with 3 additions and 0 deletions

View 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'