mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
Add deprecation notice for .navbar-light
This commit is contained in:
@@ -274,6 +274,10 @@
|
|||||||
//
|
//
|
||||||
// Styles for switching between navbars with light or dark background.
|
// Styles for switching between navbars with light or dark background.
|
||||||
|
|
||||||
|
.navbar-light {
|
||||||
|
@include deprecate("`.navbar-light`", "v5.2.0", "v6.0.0");
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-dark {
|
.navbar-dark {
|
||||||
--#{$variable-prefix}navbar-color: #{$navbar-dark-color};
|
--#{$variable-prefix}navbar-color: #{$navbar-dark-color};
|
||||||
--#{$variable-prefix}navbar-hover-color: #{$navbar-dark-hover-color};
|
--#{$variable-prefix}navbar-hover-color: #{$navbar-dark-hover-color};
|
||||||
|
Reference in New Issue
Block a user