add modern compiler on css plugin

This commit is contained in:
Daeng Deni Mardaeni 2024-10-27 11:55:12 +07:00
parent 0997453236
commit b43f4f8164

View File

@ -30,4 +30,11 @@ export default defineConfig({
refresh: true
}),
],
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler' // or "modern"
}
}
}
});