Skip to content

Commit c0c95f5

Browse files
committed
chore: use SASS modern compiler to remove legacy API warnings
1 parent fcfafc1 commit c0c95f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/demo/vite.config.mts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@ export default defineConfig({
1111
optimizeDeps: {
1212
exclude: ['excel-builder-vanilla'],
1313
},
14+
css: {
15+
preprocessorOptions: {
16+
scss: {
17+
api: 'modern-compiler',
18+
},
19+
},
20+
},
1421
});

0 commit comments

Comments
 (0)