mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Add deprecation notice for .navbar-light
This commit is contained in:
parent
c9cec89764
commit
27a0f40dc8
@ -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 New Issue
Block a user