Skip to content

Commit 4343072

Browse files
committed
chore(vite config): remove scss api param
1 parent 655348f commit 4343072

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vite.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ export default defineConfig({
1515
"@": fileURLToPath(new URL("./src", import.meta.url))
1616
}
1717
},
18-
css: {
19-
preprocessorOptions: {
20-
scss: {
21-
api: "modern"
22-
}
23-
}
24-
},
2518
define: {
2619
"import.meta.env.VITE_GIT_COMMIT_DATE": JSON.stringify(commitDate)
2720
}

0 commit comments

Comments
 (0)