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-11-01 21:22:37 +0300
commit90d4b72e069798040e6fccf07d427bb1bb55a736 (patch)
tree5843500c9810e10490e846cdc1478347fb228361
parentea1d09c444f9a76f1cdd7052a305f83f360d53ac (diff)
Add calc() to function blacklist
-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"]
}
}