-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and update dependencies (#583)
Co-authored-by: KnorpelSenf <[email protected]>
- Loading branch information
1 parent
be27bd5
commit 37b27cb
Showing
14 changed files
with
2,650 additions
and
4,891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
/.idea/ | ||
.DS_Store | ||
|
||
#pnpm | ||
site/pnpm-lock.yaml | ||
#pnpm end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ pids | |
# Dependency directories | ||
node_modules/ | ||
yarn.lock | ||
pnpm-lock.yaml | ||
|
||
# Caches | ||
.temp | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
// https://github.com/vuepress/vuepress-next/blob/main/ecosystem/theme-default/src/client/styles/code.scss | ||
|
||
code { | ||
background-color: var(--c-bg-light); | ||
} | ||
|
||
.token.string, | ||
.token.char, | ||
.token.attr-value, | ||
.token.regex, | ||
.token.variable { | ||
color: #6ac0e3; | ||
} | ||
|
||
// add more contrast with table background color | ||
tr { | ||
&:nth-child(2n) { | ||
code { | ||
background-color: var(--c-bg-dark); | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
@use "vars-dark"; | ||
|
||
@use "code"; | ||
@use "custom-container"; | ||
@use "normalize"; |
Oops, something went wrong.