From 00f8542407b6807bbf442dbb8b7fb93224758a44 Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Fri, 13 Mar 2026 09:36:57 +0100 Subject: [PATCH] Added general map style import to ensure plugins would get loaded if they put their map files in the correct place --- Hosts/Moonlight.Frontend.Host/Styles/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Hosts/Moonlight.Frontend.Host/Styles/styles.css b/Hosts/Moonlight.Frontend.Host/Styles/styles.css index 802a0928..d8550e84 100644 --- a/Hosts/Moonlight.Frontend.Host/Styles/styles.css +++ b/Hosts/Moonlight.Frontend.Host/Styles/styles.css @@ -6,6 +6,7 @@ @import "./theme.css"; @source "../bin/ShadcnBlazor/ShadcnBlazor.map"; +@source "../bin/**/*.map"; @source "../../../Moonlight.Api/**/*.razor"; @source "../../../Moonlight.Api/**/*.cs";