Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 15, 2024
1 parent e64ff67 commit c2ad656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/client/internals/ShikiEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ getHighlighter().then(h => highlight.value = h)
<style scoped>
:deep(code),
textarea {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
'Liberation Mono', 'Courier New', monospace;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
font-feature-settings: normal;
font-variation-settings: normal;
font-size: 1em;
Expand Down
3 changes: 1 addition & 2 deletions packages/client/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ html {
user-select: none;
font-size: 0.7em;
display: inline-flex;
--uno: text-violet bg-violet/10 px1 font-mono rounded items-center border
border-transparent;
--uno: text-violet bg-violet/10 px1 font-mono rounded items-center border border-transparent;
}
.slidev-note-click-mark.slidev-note-click-mark-active {
--uno: border border-violet;
Expand Down

0 comments on commit c2ad656

Please sign in to comment.