Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ commands/docs/*.md
.vuepress/.temp
.vuepress/.cache
.vuepress/dist/
.vuepress/styles/
**/*.scss
**/*.css
3 changes: 1 addition & 2 deletions .vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ div[class*='language-'].line-numbers-mode .line-numbers {
*/
:root {
--code-line-height: 1.1;
--font-family-code: Consolas, Monaco, 'Andale Mono', 'DejaVu Sans Mono',
'Ubuntu Mono', monospace;
--font-family-code: Consolas, Monaco, 'Andale Mono', 'DejaVu Sans Mono', 'Ubuntu Mono', monospace;
}

@media screen and (min-width: 720px) and (max-width: 815px) {
Expand Down