We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb9ea2 commit 859249cCopy full SHA for 859249c
src/pages/docs/guides/sveltekit.js
@@ -25,9 +25,9 @@ let steps = [
25
title: 'Install Tailwind CSS',
26
body: () => (
27
<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>.
+ Using npm, install <code>tailwindcss</code> and its peer dependencies, and then run the
+ following commands to generate both <code>tailwind.config.cjs</code>
+ and <code>postcss.config.cjs</code>.
31
</p>
32
),
33
code: {
0 commit comments