Sass: remove redundant stylelint inline suppressions. (#29427)

This commit is contained in:
XhmikosR 2019-09-26 21:50:14 +03:00 committed by GitHub
parent 7e09017790
commit de3a3731bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 7 deletions

View File

@ -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;
}

View File

@ -1,5 +1,3 @@
// stylelint-disable selector-no-qualifying-type
//
// Textual form controls
//

View File

@ -1,5 +1,3 @@
// stylelint-disable declaration-no-important
// Shorthand
.fixed-top {

View File

@ -1,5 +1,3 @@
// stylelint-disable declaration-no-important
.bd-masthead {
padding: 3rem 0;
background-image: linear-gradient(45deg, #fafafa, #f5f5f5);