mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-26 06:54:42 +00:00
Add deprecation notice for .navbar-light
This commit is contained in:
parent
c9cec89764
commit
27a0f40dc8
1 changed files with 4 additions and 0 deletions
|
|
@ -274,6 +274,10 @@
|
|||
//
|
||||
// Styles for switching between navbars with light or dark background.
|
||||
|
||||
.navbar-light {
|
||||
@include deprecate("`.navbar-light`", "v5.2.0", "v6.0.0");
|
||||
}
|
||||
|
||||
.navbar-dark {
|
||||
--#{$variable-prefix}navbar-color: #{$navbar-dark-color};
|
||||
--#{$variable-prefix}navbar-hover-color: #{$navbar-dark-hover-color};
|
||||
|
|
|
|||
Loading…
Reference in a new issue