From: Martijn Cuppens Date: Wed, 30 Oct 2019 07:57:09 +0000 (+0100) Subject: Add calc() to function blacklist X-Git-Tag: v4.4.0~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90d4b72e069798040e6fccf07d427bb1bb55a736;p=thirdparty%2Fbootstrap.git Add calc() to function blacklist --- diff --git a/.stylelintrc b/.stylelintrc index 50a9473ce3..93af80b7de 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -10,6 +10,7 @@ "border-bottom-right-radius", "border-bottom-left-radius", "transition" - ] + ], + "function-blacklist": ["calc"] } }