1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Adjust border-radius values and add some new utilities

- Updates global border-radius values for a more modern appearance
- New .fw-semibold
- New .rounded-4 and .rounded-5
This commit is contained in:
Mark Otto
2022-02-28 17:22:14 -08:00
committed by Mark Otto
parent 63145c8bc6
commit c73480c636
5 changed files with 13 additions and 3 deletions

View File

@@ -478,6 +478,7 @@ $utilities: map-merge(
lighter: $font-weight-lighter,
normal: $font-weight-normal,
bold: $font-weight-bold,
semibold: $font-weight-semibold,
bolder: $font-weight-bolder
)
),
@@ -605,6 +606,8 @@ $utilities: map-merge(
1: $border-radius-sm,
2: $border-radius,
3: $border-radius-lg,
4: $border-radius-xl,
5: $border-radius-2xl,
circle: 50%,
pill: $border-radius-pill
)