mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
enable strictMath in grunt-contrib-less config
This commit is contained in:
parent
28d8be1634
commit
95992ef7e9
@ -112,6 +112,9 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
less: {
|
less: {
|
||||||
compile: {
|
compile: {
|
||||||
|
options: {
|
||||||
|
strictMath: true
|
||||||
|
},
|
||||||
files: {
|
files: {
|
||||||
'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less',
|
'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less',
|
||||||
'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'
|
'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'
|
||||||
|
Loading…
Reference in New Issue
Block a user