mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
enable strictMath in grunt-contrib-less config
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user