From 20eb313f020ac1a2fab02a377aec457c5a4695f4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Oct 2022 16:28:01 +0200 Subject: Fix sass function conflicts --- client/src/sass/application.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 224efbffd..1297855da 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -10,10 +10,10 @@ @use './custom-markup'; @use './ng-select'; -@import './bootstrap'; -@import './primeng-custom'; +@use './bootstrap'; +@use './primeng-custom'; -@import './z-index'; +@use './z-index'; body { /*** theme ***/ -- cgit v1.2.3