]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Sass: remove redundant stylelint inline suppressions. (#29427)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 26 Sep 2019 18:50:14 +0000 (21:50 +0300)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2019 18:50:14 +0000 (21:50 +0300)
scss/_modal.scss
scss/forms/_form-control.scss
scss/helpers/_position.scss
site/assets/scss/_masthead.scss

index bc08617c95cfa5a1d5720d425306fb804eb9e53d..6001d040dd654ab302127ab59f8a4b0a4d41ff11 100644 (file)
   // 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;
   }
index a9f534f0342a413ef8ca0081d170b80fb82cfdb3..5d1c1b692214d50100e3aa16bd7a37bdbb82b064 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable selector-no-qualifying-type
-
 //
 // Textual form controls
 //
index 63fe4504a26f9309db20fe273d52ae6a3839a24e..6bcbbbd5a0808018891e49543a29cf778173fe82 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable declaration-no-important
-
 // Shorthand
 
 .fixed-top {
index b26da6fb0b6552af318559332e9d76730b609741..82d010d19a8a9808c89bfbd8d33aec4bdf98af02 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable declaration-no-important
-
 .bd-masthead {
   padding: 3rem 0;
   background-image: linear-gradient(45deg, #fafafa, #f5f5f5);