mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
enable strictMath in grunt-contrib-less config
This commit is contained in:
parent
28d8be1634
commit
95992ef7e9
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue