From 840c7e10849aeb486a23b97a0f5ee2f8593fc611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 28 May 2022 01:58:49 +0200 Subject: [PATCH] always import base bootstrap variable before customizing them --- .../Resources/public/module/bootstrap/custom/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Bundle/ChillMainBundle/Resources/public/module/bootstrap/custom/_variables.scss b/src/Bundle/ChillMainBundle/Resources/public/module/bootstrap/custom/_variables.scss index f9cd33f5f..a564a0f90 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/module/bootstrap/custom/_variables.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/module/bootstrap/custom/_variables.scss @@ -1,3 +1,6 @@ +// import bootstrap variables +@import 'bootstrap/scss/variables'; + // Variables // // Variables should follow the `$component-state-property-size` formula for