diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.stylelintrc')
-rw-r--r-- | vendor/twbs/bootstrap/.stylelintrc | 3 |
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"] } } |