Remove Bootstrap CSS variable prefix

This commit is contained in:
Andreas Nedbal 2023-01-03 21:57:18 +01:00 committed by Andreas Nedbal
parent 1ac4123e2d
commit 97f522e0b3
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ $font-size-h4: ceil(($font-size-base * 1.25)); // ~18px
$font-size-h5: $font-size-base;
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
// Bootstrap CSS variable prefix
$prefix: '';
// Usual navbar height
$navbar-height: 56px;