From: Martijn Cuppens Date: Wed, 30 Oct 2019 07:57:09 +0000 (+0100) Subject: Add calc() to function blacklist X-Git-Tag: v5.0.0-alpha1~687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca9731692ecbff4e3415a77ff28612ed1fc96ac6;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"] } }