diff options
| author | XhmikosR <[email protected]> | 2020-11-20 09:54:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-20 09:54:33 +0200 |
| commit | 6bc18dc113ca078962708d83c9d0e655cc35a7ae (patch) | |
| tree | 326754d7b594a23054b4bcde415613de1f616bc4 | |
| parent | e567b9a7ab721bbfdbbab1ff03eaadc7d183e019 (diff) | |
| download | bootstrap-6bc18dc113ca078962708d83c9d0e655cc35a7ae.tar.xz bootstrap-6bc18dc113ca078962708d83c9d0e655cc35a7ae.zip | |
scss: remove needless Stylelint disables (#32212)
| -rw-r--r-- | scss/_reboot.scss | 2 | ||||
| -rw-r--r-- | scss/_type.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 87cc9aff0..373b18c81 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -1,4 +1,4 @@ -// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix +// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix // Reboot // diff --git a/scss/_type.scss b/scss/_type.scss index 43dde7d0f..3112a734b 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -1,4 +1,4 @@ -// stylelint-disable declaration-no-important, selector-list-comma-newline-after +// stylelint-disable selector-list-comma-newline-after // // Headings |
