mirror of
https://github.com/twbs/bootstrap.git
synced 2025-11-28 00:04:38 -05:00
Merge pull request #11809 from twbs/enable-LESS-strictMath
enable strictMath in grunt-contrib-less config
This commit is contained in:
commit
a6b5c7db12
@ -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…
x
Reference in New Issue
Block a user