aboutsummaryrefslogtreecommitdiff
path: root/scss/forms
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-09-28 14:57:48 +0300
committerGitHub <[email protected]>2020-09-28 14:57:48 +0300
commitc30b6df54bcaffa52a5e9f4bf117aa5dcd7b7a7e (patch)
tree777c6583e5b2d45e9bedd5bc4e5e42055c9eaedb /scss/forms
parente03c37f75e88b801c3c9956a82e12a39ddde83e8 (diff)
downloadbootstrap-c30b6df54bcaffa52a5e9f4bf117aa5dcd7b7a7e.tar.xz
bootstrap-c30b6df54bcaffa52a5e9f4bf117aa5dcd7b7a7e.zip
Update stylelint to v13.7.2 (#31726)
Diffstat (limited to 'scss/forms')
-rw-r--r--scss/forms/_form-check.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss
index f1635780f..84e3e57d1 100644
--- a/scss/forms/_form-check.scss
+++ b/scss/forms/_form-check.scss
@@ -33,7 +33,7 @@
}
&[type="radio"] {
- // stylelint-disable-next-line property-blacklist
+ // stylelint-disable-next-line property-disallowed-list
border-radius: $form-check-radio-border-radius;
}