aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/forms/_form-check.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss
index 3ce001ac7..31f554a41 100644
--- a/scss/forms/_form-check.scss
+++ b/scss/forms/_form-check.scss
@@ -33,7 +33,8 @@
}
&[type="radio"] {
- @include border-radius($form-check-radio-border-radius);
+ // stylelint-disable-next-line property-blacklist
+ border-radius: $form-check-radio-border-radius;
}
&:active {