Skip to content

Commit 20bb1e7

Browse files
committed
chore: format code
1 parent d5321d5 commit 20bb1e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from "vitepress";
22
import { figure } from "@mdit/plugin-figure";
33
import { tasklist } from "@mdit/plugin-tasklist";
4-
import path from 'path';
4+
import path from "path";
55

66
const __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: {

src/styles/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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;

0 commit comments

Comments
 (0)