Skip to content

Commit f9c7066

Browse files
author
Igor Biryukov
committed
Updated sass preprocessor options
1 parent 8f25d7a commit f9c7066

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vite.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ export default defineConfig({
1313
},
1414
css: {
1515
preprocessorOptions: {
16-
scss: {
17-
api: 'modern-compiler',
18-
},
16+
scss: {},
1917
},
2018
},
2119

0 commit comments

Comments
 (0)