1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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
commit a6b5c7db12

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'