File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
packages/svelte-ux/src/routes Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 78
78
<ul class =" list-disc pl-6 space-y-1 my-1 text-sm text-surface-content" >
79
79
<li >
80
80
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
84
84
href =" https://github.com/techniq/svelte-ux/blob/next/packages/svelte-ux/src/routes/app.css"
85
85
target =" _blank" >docs</a
86
- > use), you should replace this line with
86
+ >
87
+ use), you should replace this line with
87
88
<code >@import '@layerstack/tailwind/themes/all.css';</code >.
88
89
</li >
89
90
<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
92
93
href =" https://github.com/techniq/layerstack/tree/next/packages/tailwind/src/lib/css"
93
94
target =" _blank" >here</a
94
95
>
You can’t perform that action at this time.
0 commit comments