chore: remove sass warnings

This commit is contained in:
tugcekucukoglu
2025-12-09 14:05:01 +03:00
parent db99863fac
commit 7c32ae1f6f
2 changed files with 10 additions and 3 deletions

View File

@@ -22,5 +22,12 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler'
}
}
}
});