mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 07:06:36 +02:00
Merge pull request #11809 from twbs/enable-LESS-strictMath
enable strictMath in grunt-contrib-less config
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user