aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-26 21:50:14 +0300
committerGitHub <[email protected]>2019-09-26 21:50:14 +0300
commitde3a3731bd8034536654053130663d12ff1ec811 (patch)
tree0f6cf9fa1d45beefffd500d86a8ccb54ffc73595 /scss
parent7e0901779043aa0357fa39e7544b60c2054cce01 (diff)
downloadbootstrap-de3a3731bd8034536654053130663d12ff1ec811.tar.xz
bootstrap-de3a3731bd8034536654053130663d12ff1ec811.zip
Sass: remove redundant stylelint inline suppressions. (#29427)
Diffstat (limited to 'scss')
-rw-r--r--scss/_modal.scss1
-rw-r--r--scss/forms/_form-control.scss2
-rw-r--r--scss/helpers/_position.scss2
3 files changed, 0 insertions, 5 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index bc08617c9..6001d040d 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -176,7 +176,6 @@
// Place margin between footer elements
// This solution is far from ideal because of the universal selector usage,
// but is needed to fix https://github.com/twbs/bootstrap/issues/24800
- // stylelint-disable-next-line selector-max-universal
> * {
margin: $modal-footer-margin-between / 2;
}
diff --git a/scss/forms/_form-control.scss b/scss/forms/_form-control.scss
index a9f534f03..5d1c1b692 100644
--- a/scss/forms/_form-control.scss
+++ b/scss/forms/_form-control.scss
@@ -1,5 +1,3 @@
-// stylelint-disable selector-no-qualifying-type
-
//
// Textual form controls
//
diff --git a/scss/helpers/_position.scss b/scss/helpers/_position.scss
index 63fe4504a..6bcbbbd5a 100644
--- a/scss/helpers/_position.scss
+++ b/scss/helpers/_position.scss
@@ -1,5 +1,3 @@
-// stylelint-disable declaration-no-important
-
// Shorthand
.fixed-top {