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 11import { defineConfig } from "vitepress" ;
22import { figure } from "@mdit/plugin-figure" ;
33import { tasklist } from "@mdit/plugin-tasklist" ;
4- import path from ' path' ;
4+ import path from " path" ;
55
66const __dirname = path . resolve ( ) ;
77
@@ -135,8 +135,8 @@ export default defineConfig({
135135 } ,
136136 resolve : {
137137 alias : {
138- '@' : path . resolve ( __dirname , ' ../src' )
139- }
138+ "@" : path . resolve ( __dirname , " ../src" ) ,
139+ } ,
140140 } ,
141141 css : {
142142 preprocessorOptions : {
Original file line number Diff line number Diff line change 11@use " sass:color" ;
2- @use ' ./variables-color' as * ;
2+ @use " ./variables-color" as * ;
33
44$color-accent-l : color .scale ($color-accent , $lightness : -60% ) !default ;
55$color-accent-d : color .scale ($color-accent , $lightness : 60% ) !default ;
You can’t perform that action at this time.
0 commit comments