From dd7d868100cd8653f64dfc32bd73a11d2a1a02f9 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 26 Aug 2025 20:39:18 +0200 Subject: [PATCH] webapp: Comment bootstrap workaround --- webapp/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/vite.config.ts b/webapp/vite.config.ts index ed4a08e8..c82b4752 100644 --- a/webapp/vite.config.ts +++ b/webapp/vite.config.ts @@ -64,6 +64,7 @@ export default defineConfig(({ command }) => { return { css: { preprocessorOptions: { scss: { + // Required to make bootstrap compile without errors silenceDeprecations: [ 'import', 'color-functions',