From 97f522e0b3d7104d9e6c61476cd15d198203c060 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 3 Jan 2023 21:57:18 +0100 Subject: [PATCH] Remove Bootstrap CSS variable prefix --- app/assets/stylesheets/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index 1fc3b6b8..8123a8ba 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -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;