aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.stylelintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 50a9473ce..93af80b7d 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -10,6 +10,7 @@
"border-bottom-right-radius",
"border-bottom-left-radius",
"transition"
- ]
+ ],
+ "function-blacklist": ["calc"]
}
}