You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown below, the css variable --bs-nav-link-font-weight is left blank (line 3826), no value/string is given in Bootstrap v5.2.0-beta1, installed via npm.
Thanks for reporting this issue @SamuelMiller.
IMO it is done on purpose as explained in the description of #31035 (for $nav-link-font-size and $nav-link-font-weight).
It is null by default because not needed in Bootstrap style but can be set by projects by overriding $nav-link-font-weight and/or $nav-link-font-weight.
While checking this issue I may have found an issue but regarding .navbar-nav and proposed #36689 This is not a real duplicate but in the same spirit as #36595
Prerequisites
Describe the issue
As shown below, the css variable --bs-nav-link-font-weight is left blank (line 3826), no value/string is given in Bootstrap v5.2.0-beta1, installed via npm.
--bs-nav-link-font-weight is used in .nav-link to set font-weight:
Reduced test cases
See above.
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.2
The text was updated successfully, but these errors were encountered: