diff options
| author | XhmikosR <[email protected]> | 2020-09-28 14:57:48 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-28 14:57:48 +0300 |
| commit | c30b6df54bcaffa52a5e9f4bf117aa5dcd7b7a7e (patch) | |
| tree | 777c6583e5b2d45e9bedd5bc4e5e42055c9eaedb /scss/forms | |
| parent | e03c37f75e88b801c3c9956a82e12a39ddde83e8 (diff) | |
| download | bootstrap-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.scss | 2 |
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; } |
