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:
authorXhmikosR <xhmikosr@gmail.com>2020-09-28 14:57:48 +0300
committerGitHub <noreply@github.com>2020-09-28 14:57:48 +0300
commitc30b6df54bcaffa52a5e9f4bf117aa5dcd7b7a7e (patch)
tree777c6583e5b2d45e9bedd5bc4e5e42055c9eaedb /.stylelintrc
parente03c37f75e88b801c3c9956a82e12a39ddde83e8 (diff)
Update stylelint to v13.7.2 (#31726)
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",