Commit 95992ef7 authored by Chris Rebert's avatar Chris Rebert

enable strictMath in grunt-contrib-less config

parent 28d8be16
......@@ -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