aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/.stylelintrc
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/.stylelintrc')
-rw-r--r--vendor/twbs/bootstrap/.stylelintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/.stylelintrc b/vendor/twbs/bootstrap/.stylelintrc
index 50a9473ce..93af80b7d 100644
--- a/vendor/twbs/bootstrap/.stylelintrc
+++ b/vendor/twbs/bootstrap/.stylelintrc
@@ -10,6 +10,7 @@
"border-bottom-right-radius",
"border-bottom-left-radius",
"transition"
- ]
+ ],
+ "function-blacklist": ["calc"]
}
}