Upgrade to bootstrap 5.2

This commit is contained in:
Andy Allan 2023-09-20 15:59:24 +01:00
parent 5dbdb5aa14
commit 520cffabea
3 changed files with 10 additions and 20 deletions

View file

@ -24,13 +24,3 @@ $link-hover-decoration: underline;
$table-striped-bg: $offwhite;
$enable-negative-margins: true;
// Workaround for a dartsass bug with bootstrap 5.1
// This can be removed after upgrading to bootstrap 5.2
// This copies definitions straight from bootstrap, but uses the sass-native
// version of the subtract function.
$border-width: 1px;
$border-radius: .25rem;
$card-border-radius: $border-radius;
$card-border-width: $border-width;
$card-inner-border-radius: subtract($card-border-radius, $card-border-width);