Skip to content

Commit

Permalink
fix: load c-tooltip CSS for tooltip docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed Jul 4, 2024
1 parent a3f50f9 commit be45ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { ConnectedList, ConnectedListItem } from '$lib/components/connected-list';
import DemoQuickStart from './examples/quick-start.svelte';
import DemoPrepare from './examples/prepare/usage.svelte';
import './examples/prepare/c-tooltip.css';
import { getSettingsContext } from '$lib/contexts/settings';
const { packageManager } = getSettingsContext();
Expand Down Expand Up @@ -327,3 +328,4 @@ Happy tooling & tipping! 👨‍💻
[Quick Start]: #quick-start
[Prepare]: #prepare
[@floating-ui]: https://github.com/floating-ui/floating-ui

Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
height: 14px;

background-color: theme('colors.bg.100');
}
}

0 comments on commit be45ee8

Please sign in to comment.