Skip to content

Commit

Permalink
styles: fix unocss not imported, updated cSpell
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Dec 27, 2023
1 parent 40820a6 commit 35e9b37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"Attributify",
"easytag",
"emittypes",
"Logseq"
"Logseq",
"quotepath"
],
"prettier.enable": false,
"editor.formatOnSave": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import type { Plugin } from 'vue'

import NolebaseHighlightTargetedHeading from './components/HighlightTargetedHeading.vue'

import 'virtual:uno.css'

export {
NolebaseHighlightTargetedHeading,
}
Expand Down

0 comments on commit 35e9b37

Please sign in to comment.