2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+3
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'