1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 07:06:36 +02:00

Merge pull request #11809 from twbs/enable-LESS-strictMath

enable strictMath in grunt-contrib-less config
This commit is contained in:
Mark Otto
2013-12-09 18:16:18 -08:00

View File

@@ -112,6 +112,9 @@ module.exports = function (grunt) {
less: { less: {
compile: { compile: {
options: {
strictMath: true
},
files: { files: {
'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less', 'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less',
'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less' 'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'