From ca9731692ecbff4e3415a77ff28612ed1fc96ac6 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 30 Oct 2019 08:57:09 +0100 Subject: [PATCH] Add calc() to function blacklist --- .stylelintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] } }