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:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 64e0184fdb..15e5765ea1 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -3,10 +3,10 @@
"stylelint-config-twbs-bootstrap/scss"
],
"rules": {
- "function-blacklist": [
+ "function-disallowed-list": [
"calc"
],
- "property-blacklist": [
+ "property-disallowed-list": [
"border-radius",
"border-top-left-radius",
"border-top-right-radius",