Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-10-30 10:57:09 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-31 09:30:53 +0300
commitca9731692ecbff4e3415a77ff28612ed1fc96ac6 (patch)
tree190717c365f2e8a351d487d626c0de6fb2cec624 /.stylelintrc
parent9e54d8e1208fbb292d48b879b66d19a404bba538 (diff)
Add calc() to function blacklist
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc3
1 files changed, 2 insertions, 1 deletions
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"]
}
}