webapp: Comment bootstrap workaround

This commit is contained in:
Thomas Basler
2025-08-26 20:39:18 +02:00
parent 8d88c77f70
commit dd7d868100

View File

@@ -64,6 +64,7 @@ export default defineConfig(({ command }) => { return {
css: { css: {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {
// Required to make bootstrap compile without errors
silenceDeprecations: [ silenceDeprecations: [
'import', 'import',
'color-functions', 'color-functions',