fix: stylelint auto-fix for _variables.scss blank line formatting

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Darkings 2026-05-08 09:25:38 +08:00
parent 2f5c1983e2
commit 7053db7ac5
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,9 @@
"allow": [
"Bash(git init *)",
"Bash(git add *)",
"Bash(git commit -m ' *)"
"Bash(git commit -m ' *)",
"Bash(npm run *)",
"Bash(npx stylelint *)"
]
}
}

2
dist/theme.css vendored

File diff suppressed because one or more lines are too long

View file

@ -38,10 +38,8 @@ $color-light-cyan: #14748a;
$color-light-cyan-soft: #1ba5bf;
$color-light-purple: #7058be;
$color-light-purple-soft: #7358cf;
$color-dark-blockquote-border: $color-dark-yellow;
$color-light-blockquote-border: $color-light-yellow;
$font-text-theme: "Inter", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
$font-monospace-theme: "Fira Code", "Cascadia Code", "Consolas", monospace;
$line-height-normal: 1.6;