From ad1ca7658c55d6ea749169593ada55c2d286fa03 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Fri, 30 May 2025 20:37:13 +0200 Subject: [PATCH] fix(front): use futureproof sass import and make firefox load the app --- front/src/style/font.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/style/font.scss b/front/src/style/font.scss index 31f534e5f..a0cf4f702 100644 --- a/front/src/style/font.scss +++ b/front/src/style/font.scss @@ -1,4 +1,4 @@ -@import url("~/style/bootstrap-icons/font/bootstrap-icons.css"); +@use "~/style/bootstrap-icons/font/bootstrap-icons.scss"; @font-face { font-family: Lato;