diff options
| author | Martijn Cuppens <[email protected]> | 2019-10-30 08:57:09 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-10-31 08:30:53 +0200 |
| commit | ca9731692ecbff4e3415a77ff28612ed1fc96ac6 (patch) | |
| tree | 190717c365f2e8a351d487d626c0de6fb2cec624 | |
| parent | 9e54d8e1208fbb292d48b879b66d19a404bba538 (diff) | |
| download | bootstrap-ca9731692ecbff4e3415a77ff28612ed1fc96ac6.tar.xz bootstrap-ca9731692ecbff4e3415a77ff28612ed1fc96ac6.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"] } } |
