mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 13:38:26 +01: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: {
|
||||
compile: {
|
||||
options: {
|
||||
strictMath: true
|
||||
},
|
||||
files: {
|
||||
'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less',
|
||||
'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'
|
||||
|
Loading…
x
Reference in New Issue
Block a user