mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +00:00
limit linter override to the affected ruleset
This commit is contained in:
parent
41f7f6ec52
commit
3d24364605
1 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,6 @@
|
|||
// Custom override for collapse plugin in navbar.
|
||||
|
||||
// Placed at the end of the file so it can override some CSS properties
|
||||
// scss-lint:disable ImportantRule
|
||||
.navbar-toggleable {
|
||||
@each $breakpoint in map-keys($grid-breakpoints) {
|
||||
$next: breakpoint-next($breakpoint, $grid-breakpoints);
|
||||
|
|
@ -273,10 +272,12 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
// scss-lint:disable ImportantRule
|
||||
.navbar-collapse {
|
||||
display: flex !important;
|
||||
width: 100%;
|
||||
}
|
||||
// scss-lint:enable ImportantRule
|
||||
|
||||
.nav-item {
|
||||
display: inline-block;
|
||||
|
|
@ -294,4 +295,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
// scss-lint:enable ImportantRule
|
||||
|
|
|
|||
Loading…
Reference in a new issue