2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Remove remaining .navbar-light classes (#35814)

* Fix typo in CSS variables documentation

* Drop remaining .navbar-light classes
This commit is contained in:
Julien Déramond
2022-02-09 20:12:08 +01:00
committed by GitHub
parent d19c635f16
commit d3babf7d7f
7 changed files with 13 additions and 13 deletions
@@ -34,7 +34,7 @@ Bootstrap 5 is increasingly making use of custom properties as local variables f
Have a look at our table documentation for some [insight into how we're using CSS variables]({{< docsref "/content/tables#how-do-the-variants-and-accented-tables-work" >}}). Our [navbars also use CSS variables]({{< docsref "/components/navbar#css" >}}) as of v5.2.0. We're also using CSS variables across our grids—primarily for gutters the [new opt-in CSS grid]({{< docsref "/layout/css-grid" >}})—with more component usage coming in the future.
Whenever possible, we'll assign CSS variables at the base component level (e.g., `.navbar` for navbar and it's sub-components). This reduces guessing on where and how to customize, and allows for easy modifications by our team in future updates.
Whenever possible, we'll assign CSS variables at the base component level (e.g., `.navbar` for navbar and its sub-components). This reduces guessing on where and how to customize, and allows for easy modifications by our team in future updates.
## Prefix