Bootstrap 5: Enable negative margins

This commit is contained in:
Andy Allan 2022-05-11 14:26:05 +01:00
parent 3b942ae5de
commit 779167e493

View file

@ -17,3 +17,5 @@ $sidebarWidth: 350px;
$keyline: 1px solid $lightgrey;
$list-highlight: #FFFFC0;
$border: 1px solid $grey;
$enable-negative-margins: true;