diff --git a/src/pages/docs/guides/sveltekit.js b/src/pages/docs/guides/sveltekit.js index 065bdc04f..94d14e106 100644 --- a/src/pages/docs/guides/sveltekit.js +++ b/src/pages/docs/guides/sveltekit.js @@ -25,15 +25,37 @@ let steps = [ title: 'Install Tailwind CSS', body: () => (
- Install tailwindcss and its peer dependencies via npm, and then run the
- following commands to generate both tailwind.config.cjs and{' '}
- postcss.config.cjs.
+ Using npm, install tailwindcss and its peer dependencies, as well as{' '}
+ svelte-preprocess, and then run the following commands to generate both{' '}
+ tailwind.config.cjs and postcss.config.cjs.