Skip to content

Commit 3f8739f

Browse files
committed
chore: save
1 parent ffb38ac commit 3f8739f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/sites/assets/styles/md-style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
-webkit-font-smoothing: auto;
2222

2323
&:hover {
24-
color: darken($nutui-doc-blue, 10%);
24+
color: mix(black, $nutui-doc-blue, 10%);
2525
}
2626

2727
&:active {
28-
color: darken($nutui-doc-blue, 20%);
28+
color: mix(black, $nutui-doc-blue, 20%);
2929
}
3030
}
3131

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default defineConfig(async (): Promise<UserConfig> => {
4949
scss: {
5050
// example : additionalData: `@import "./src/design/styles/variables";`
5151
// dont need include file extend .scss
52+
api: 'modern-compiler',
5253
additionalData: fileStr,
5354
},
5455
postcss: {

0 commit comments

Comments
 (0)