1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Add .fw-medium utility

This commit is contained in:
maks
2022-07-20 04:11:28 +02:00
committed by Mark Otto
parent 81b8062314
commit d1d1f490ed
2 changed files with 4 additions and 2 deletions

View File

@@ -473,11 +473,12 @@ $utilities: map-merge(
property: font-weight,
class: fw,
values: (
light: $font-weight-light,
lighter: $font-weight-lighter,
light: $font-weight-light,
normal: $font-weight-normal,
bold: $font-weight-bold,
medium: $font-weight-medium,
semibold: $font-weight-semibold,
bold: $font-weight-bold,
bolder: $font-weight-bolder
)
),