Skip to content

Commit

Permalink
Remove unused import and fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Jan 19, 2024
1 parent 234ced5 commit 34f0bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"devDependencies": {
"@types/node": "^18.7.13",
"@types/codemirror": "^5.60.7",
"@codemirror/autocomplete": "^6.12.0",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/autocomplete": "^6.12.0",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/contentScript/show-hint.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.quick-links-completions.cm-tooltip li {
font-family: sans-serif;
font-family: sans-serif;
}

.CodeMirror-hint, .quick-links-completions li {
Expand Down

0 comments on commit 34f0bd3

Please sign in to comment.