File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { defineConfig } from "vitepress" ;
2
2
import { figure } from "@mdit/plugin-figure" ;
3
3
import { tasklist } from "@mdit/plugin-tasklist" ;
4
- import path from ' path' ;
4
+ import path from " path" ;
5
5
6
6
const __dirname = path . resolve ( ) ;
7
7
@@ -135,8 +135,8 @@ export default defineConfig({
135
135
} ,
136
136
resolve : {
137
137
alias : {
138
- '@' : path . resolve ( __dirname , ' ../src' )
139
- }
138
+ "@" : path . resolve ( __dirname , " ../src" ) ,
139
+ } ,
140
140
} ,
141
141
css : {
142
142
preprocessorOptions : {
Original file line number Diff line number Diff line change 1
1
@use " sass:color" ;
2
- @use ' ./variables-color' as * ;
2
+ @use " ./variables-color" as * ;
3
3
4
4
$color-accent-l : color .scale ($color-accent , $lightness : -60% ) !default ;
5
5
$color-accent-d : color .scale ($color-accent , $lightness : 60% ) !default ;
You can’t perform that action at this time.
0 commit comments