Skip to content

Commit 859249c

Browse files
authored
Update SvelteKit guide. (tailwindlabs#1466)
Remove missed `svelte-preprocess` mention in the explanation on how to install Tailwind CSS in a SvelteKit project. tailwindlabs#1462
1 parent 2cb9ea2 commit 859249c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/docs/guides/sveltekit.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ let steps = [
2525
title: 'Install Tailwind CSS',
2626
body: () => (
2727
<p>
28-
Using npm, install <code>tailwindcss</code> and its peer dependencies, as well as{' '}
29-
<code>svelte-preprocess</code>, and then run the following commands to generate both{' '}
30-
<code>tailwind.config.cjs</code> and <code>postcss.config.cjs</code>.
28+
Using npm, install <code>tailwindcss</code> and its peer dependencies, and then run the
29+
following commands to generate both <code>tailwind.config.cjs</code>
30+
and <code>postcss.config.cjs</code>.
3131
</p>
3232
),
3333
code: {

0 commit comments

Comments
 (0)