mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
Sass: remove redundant stylelint inline suppressions. (#29427)
This commit is contained in:
@@ -176,7 +176,6 @@
|
|||||||
// Place margin between footer elements
|
// Place margin between footer elements
|
||||||
// This solution is far from ideal because of the universal selector usage,
|
// This solution is far from ideal because of the universal selector usage,
|
||||||
// but is needed to fix https://github.com/twbs/bootstrap/issues/24800
|
// 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;
|
margin: $modal-footer-margin-between / 2;
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
// stylelint-disable selector-no-qualifying-type
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Textual form controls
|
// Textual form controls
|
||||||
//
|
//
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
// stylelint-disable declaration-no-important
|
|
||||||
|
|
||||||
// Shorthand
|
// Shorthand
|
||||||
|
|
||||||
.fixed-top {
|
.fixed-top {
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
// stylelint-disable declaration-no-important
|
|
||||||
|
|
||||||
.bd-masthead {
|
.bd-masthead {
|
||||||
padding: 3rem 0;
|
padding: 3rem 0;
|
||||||
background-image: linear-gradient(45deg, #fafafa, #f5f5f5);
|
background-image: linear-gradient(45deg, #fafafa, #f5f5f5);
|
||||||
|
Reference in New Issue
Block a user