aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 73023939e..6b35cedc2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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'