This commit is contained in:
Viet An
2026-07-02 09:35:59 +07:00
parent 8d620b8bce
commit 1fc8532ed8
3 changed files with 9 additions and 2 deletions

View File

@@ -47,5 +47,12 @@ export default defineNuxtConfig({
"xlsx",
],
},
css: {
preprocessorOptions: {
scss: {
silenceDeprecations: ["if-function"],
},
},
},
},
});