mirror of
https://github.com/darkings/Obsidian-MonokaiSyntax.git
synced 2026-07-22 04:40:26 +00:00
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:
parent
2f5c1983e2
commit
7053db7ac5
3 changed files with 4 additions and 4 deletions
|
|
@ -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
2
dist/theme.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue