Commit a6b5c7db authored by Mark Otto's avatar Mark Otto

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

enable strictMath in grunt-contrib-less config
parents 28d8be16 95992ef7
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment