From 5b32fa7f95743e5ba08f00f95166ece55885ccee Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 31 May 2026 23:52:41 +0700 Subject: [PATCH] feat(client): migrate svgmap import to @use --- apps/client/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 63adb557f..4d5673ecb 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -5,7 +5,7 @@ @use './styles/table' as t; @use './styles/variables' as v; -@import 'svgmap/style.min'; +@use 'svgmap/style.min'; :root { --dark-background: rgb(25, 25, 25);