1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Update instances of .font-weight to .fw

This commit is contained in:
Mark Otto
2020-10-31 10:27:30 -07:00
committed by Martijn Cuppens
parent 4d1ee3b0a7
commit d1dcc1e5e6
12 changed files with 52 additions and 52 deletions

View File

@@ -22,7 +22,7 @@
{{- if $group.pages }}
<div class="collapse{{ if $is_active_group }} show{{ end }}" id="{{ $group_slug }}-collapse">
<ul class="list-unstyled font-weight-normal pb-1 small">
<ul class="list-unstyled fw-normal pb-1 small">
{{- range $doc := $group.pages -}}
{{- $doc_slug := $doc.title | urlize -}}
{{- $is_active := and $is_active_group (eq $page_slug $doc_slug) -}}