Skip to content

Commit

Permalink
chore: save
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Oct 17, 2024
1 parent ffb38ac commit 3f8739f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sites/assets/styles/md-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
-webkit-font-smoothing: auto;

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

&:active {
color: darken($nutui-doc-blue, 20%);
color: mix(black, $nutui-doc-blue, 20%);
}
}

Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default defineConfig(async (): Promise<UserConfig> => {
scss: {
// example : additionalData: `@import "./src/design/styles/variables";`
// dont need include file extend .scss
api: 'modern-compiler',
additionalData: fileStr,
},
postcss: {
Expand Down

0 comments on commit 3f8739f

Please sign in to comment.