Skip to content

Commit

Permalink
chore(demo): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssota committed Jun 8, 2024
1 parent 804496f commit 1fb04f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,12 @@ export default defineConfig({
const HoverableButton = twc(Button)\`hover:bg-blue-600\`;
<\x2fscript>
<Button>Click me</Button>
<HoverableButton>Hover me</HoverableButton>
\`\`\`
Result:
> Click me
> Hover me
\`\`\`svelte
<script lang="ts">
Expand Down

0 comments on commit 1fb04f4

Please sign in to comment.