aboutsummaryrefslogtreecommitdiff
path: root/scss/forms
diff options
context:
space:
mode:
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;
}