Skip to content

Commit 9b6d70b

Browse files
committed
Run pnpm format
1 parent d3b4782 commit 9b6d70b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/svelte-ux/src/routes/+page.svelte

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,18 @@
7878
<ul class="list-disc pl-6 space-y-1 my-1 text-sm text-surface-content">
7979
<li>
8080
The line <code>@import '@layerstack/tailwind/themes/basic.css';</code> in the CSS example
81-
above provides basic light and dark theme support. If you require multiple light/dark
82-
themes, or want to use pre-built themes like Skeleton or Daisy UI (which is what the
83-
Svelte UX <a
81+
above provides basic light and dark theme support. If you require multiple light/dark themes,
82+
or want to use pre-built themes like Skeleton or Daisy UI (which is what the Svelte UX
83+
<a
8484
href="https://github.com/techniq/svelte-ux/blob/next/packages/svelte-ux/src/routes/app.css"
8585
target="_blank">docs</a
86-
> use), you should replace this line with
86+
>
87+
use), you should replace this line with
8788
<code>@import '@layerstack/tailwind/themes/all.css';</code>.
8889
</li>
8990
<li>
90-
@layerstack/tailwind (the theme system used by Svelte UX) was migrated to be css-only. You
91-
can see the source on the next branch <a
91+
@layerstack/tailwind (the theme system used by Svelte UX) was migrated to be css-only. You can
92+
see the source on the next branch <a
9293
href="https://github.com/techniq/layerstack/tree/next/packages/tailwind/src/lib/css"
9394
target="_blank">here</a
9495
>

0 commit comments

Comments
 (0)