We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb38ac commit 3f8739fCopy full SHA for 3f8739f
src/sites/assets/styles/md-style.scss
@@ -21,11 +21,11 @@
21
-webkit-font-smoothing: auto;
22
23
&:hover {
24
- color: darken($nutui-doc-blue, 10%);
+ color: mix(black, $nutui-doc-blue, 10%);
25
}
26
27
&:active {
28
- color: darken($nutui-doc-blue, 20%);
+ color: mix(black, $nutui-doc-blue, 20%);
29
30
31
vite.config.ts
@@ -49,6 +49,7 @@ export default defineConfig(async (): Promise<UserConfig> => {
49
scss: {
50
// example : additionalData: `@import "./src/design/styles/variables";`
51
// dont need include file extend .scss
52
+ api: 'modern-compiler',
53
additionalData: fileStr,
54
},
55
postcss: {
0 commit comments