Skip to content

Commit 9dbbb84

Browse files
OyvindLGjesdalafs
authored andcommitted
Ignore deprecation warnings for scss
related warnings are being adressed in twbs/bootstrap#40849
1 parent 98908a9 commit 9dbbb84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jena-fuseki2/jena-fuseki-ui/vite.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ export default defineConfig({
2626
css: {
2727
preprocessorOptions: {
2828
scss: {
29-
api: "modern-compiler"
29+
api: "modern-compiler",
30+
silenceDeprecations: ["import", "global-builtin","color-functions","mixed-decls"],
3031
},
32+
3133
},
3234
},
3335
base: './',

0 commit comments

Comments
 (0)