Skip to content

Commit a23710c

Browse files
committed
fix[close #2]: switch to modern scss api
1 parent a55f07c commit a23710c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export default defineConfig({
133133
css: {
134134
preprocessorOptions: {
135135
scss: {
136+
api: 'modern-compiler',
136137
additionalData: `
137138
$color-accent: ${info.accentColor};
138139
$bg-color-code-l: #ffffff;

0 commit comments

Comments
 (0)