mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Ignore warning for .navbar-light
deprecation (#35995)
This commit is contained in:
parent
6e904341c9
commit
d21a51a2ea
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@
|
|||
// Styles for switching between navbars with light or dark background.
|
||||
|
||||
.navbar-light {
|
||||
@include deprecate("`.navbar-light`", "v5.2.0", "v6.0.0");
|
||||
@include deprecate("`.navbar-light`", "v5.2.0", "v6.0.0", true);
|
||||
}
|
||||
|
||||
.navbar-dark {
|
||||
|
|
Loading…
Reference in a new issue