]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Ignore warning for `.navbar-light` deprecation (#35995)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 10 Mar 2022 18:32:48 +0000 (20:32 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 18:32:48 +0000 (20:32 +0200)
scss/_navbar.scss

index e2a42285ef43565a391104abbf8a7e4f7c352d8f..71711bf566dfc74502298c7298cf8cb2e8a22261 100644 (file)
 // 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 {