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',