diff options
| author | Martijn Cuppens <[email protected]> | 2019-10-30 08:57:09 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-01 20:22:37 +0200 |
| commit | 90d4b72e069798040e6fccf07d427bb1bb55a736 (patch) | |
| tree | 5843500c9810e10490e846cdc1478347fb228361 | |
| parent | ea1d09c444f9a76f1cdd7052a305f83f360d53ac (diff) | |
| download | bootstrap-90d4b72e069798040e6fccf07d427bb1bb55a736.tar.xz bootstrap-90d4b72e069798040e6fccf07d427bb1bb55a736.zip | |
Add calc() to function blacklist
| -rw-r--r-- | .stylelintrc | 3 |
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"] } } |
