From b0abc26b67cb4d9f120b6817fae44679d8d6585b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jul 2025 19:09:36 -0400 Subject: [PATCH] =?UTF-8?q?Use=20forward=20instead=20of=20use=20for?= =?UTF-8?q?=E2=80=A6=20consistency=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/geofresco/src/global/global.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/src/global/global.scss b/web/themes/custom/geofresco/src/global/global.scss index 0135502..e978eb1 100644 --- a/web/themes/custom/geofresco/src/global/global.scss +++ b/web/themes/custom/geofresco/src/global/global.scss @@ -3,7 +3,8 @@ @use "variables" as *; // Import each part of Bulma separately so we can layer in our styles. // Extend or override Bulam's base styles in this themes base.scss etc. -@use "../../node_modules/bulma/sass/utilities" with ( + +@forward "../../node_modules/bulma/sass/utilities" with ( $background: white, ); @forward "fonts";