Skip to content

Commit 7ebd489

Browse files
committed
docs: clarify some details
1 parent d70b031 commit 7ebd489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/Introduction.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Svelte-first but works with plain HTML/JS/TS, React, Preact, Solid, and other JSX frameworks. For
1111
more see the
1212
<a href={resolve('/docs/classes#Framework-support' as any)}>framework support</a> docs, and for
13-
the companion Svelte components, see <a href="https://ui.fuz.dev/">fuz_ui</a>.
13+
the companion Svelte components see <a href="https://ui.fuz.dev/">fuz_ui</a>.
1414
</p>
1515
<p>
1616
The only required parts are a reset stylesheet with the semantic defaults and a replaceable theme

src/routes/docs/introduction/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import './fuz.css'; // Gro generator`}
4343
content={`// utility-only mode - full package CSS, only used utilities
4444
import '@fuzdev/fuz_css/style.css'; // all base styles
4545
import '@fuzdev/fuz_css/theme.css'; // all variables
46-
import 'virtual:fuz.css'; // with base_css: null, variables: null`}
46+
import 'virtual:fuz.css'; // used utilities, \`base_css: null, variables: null\``}
4747
/>
4848
<p>
4949
See the <TomeLink name="classes" /> reference for setup details and configuration options.

0 commit comments

Comments
 (0)