Added general map style import to ensure plugins would get loaded if they put their map files in the correct place

This commit is contained in:
2026-03-13 09:36:57 +01:00
parent 7637ec4373
commit 00f8542407

View File

@@ -6,6 +6,7 @@
@import "./theme.css";
@source "../bin/ShadcnBlazor/ShadcnBlazor.map";
@source "../bin/**/*.map";
@source "../../../Moonlight.Api/**/*.razor";
@source "../../../Moonlight.Api/**/*.cs";