diff options
| author | XhmikosR <[email protected]> | 2017-10-03 06:34:56 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 20:34:56 -0700 |
| commit | 7b766e1ad53b0c22de42dac04d2472f287334e2a (patch) | |
| tree | c5e869bdfda6e10628c83758bab3c238e5a48b98 /scss/_close.scss | |
| parent | f58997a0dae54dc98d11892afef9acb85bdc6a1e (diff) | |
| download | bootstrap-7b766e1ad53b0c22de42dac04d2472f287334e2a.tar.xz bootstrap-7b766e1ad53b0c22de42dac04d2472f287334e2a.zip | |
Switch to stylelint. (#23572)
Diffstat (limited to 'scss/_close.scss')
| -rw-r--r-- | scss/_close.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_close.scss b/scss/_close.scss index f18149051..897d48684 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -19,11 +19,11 @@ // If you want the anchor version, it requires `href="#"`. // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile -// scss-lint:disable QualifyingElement +// stylelint-disable property-no-vendor-prefix, selector-no-qualifying-type button.close { padding: 0; background: transparent; border: 0; -webkit-appearance: none; } -// scss-lint:enable QualifyingElement +// stylelint-enable |
