Skip to content

Commit 22458b2

Browse files
committed
svelte-check
1 parent 00868e5 commit 22458b2

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

apps/svelte.dev/src/routes/packages/Category.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
interface Props {
77
title: string;
88
packages: Package[];
9+
alternative?: string;
10+
href?: string;
911
}
1012
1113
let { title, alternative, href, packages }: Props = $props();

apps/svelte.dev/src/routes/packages/PackageCard.svelte

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,5 @@
216216
text-overflow: ellipsis;
217217
max-height: 2lh;
218218
}
219-
220-
.sv-cmd {
221-
display: inline-flex;
222-
gap: 0.4rem;
223-
align-items: center;
224-
justify-content: space-between;
225-
font: var(--sk-font-ui-small);
226-
color: var(--sk-fg-3);
227-
background: var(--sk-bg-3);
228-
padding: 0.3rem 0.7rem;
229-
border-left: 0.3rem solid var(--sk-bg-accent);
230-
}
231219
}
232220
</style>

0 commit comments

Comments
 (0)