Skip to content

Commit

Permalink
fix unused selector warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gesquinca committed Sep 21, 2022
1 parent 22adf27 commit 2b164f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions docs/src/lib/components/NavBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,4 @@
display: flex;
gap: 2rem;
}
/* .link-list a { */
/* blue/400 */
/* color: #929BED; */
/* margin: 1rem; */
/* } */
svg {
/* color: inherit; */
display: block;
}
</style>
1 change: 0 additions & 1 deletion docs/src/lib/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './examples'
export { default as NavBar } from './NavBar.svelte'
export { default as ThemeCustomizer } from './ThemeCustomizer.svelte'

0 comments on commit 2b164f3

Please sign in to comment.