Skip to content

Commit b6e6962

Browse files
OyvindLGjesdalafs
authored andcommitted
remove mixed decl silence (now obsolete), add silence for if-function
1 parent a016654 commit b6e6962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
preprocessorOptions: {
2828
scss: {
2929
api: "modern-compiler",
30-
silenceDeprecations: ["import", "global-builtin","color-functions","mixed-decls"],
30+
silenceDeprecations: ["import", "global-builtin","color-functions","if-function"],
3131
}
3232
},
3333
},

0 commit comments

Comments
 (0)