We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cli
1 parent ece3a6f commit a6e08f3Copy full SHA for a6e08f3
apps/svelte.dev/content/docs/cli/30-add-ons/50-tailwind.md
@@ -15,7 +15,7 @@ npx sv add tailwindcss
15
16
- Tailwind setup following the [Tailwind for SvelteKit guide](https://tailwindcss.com/docs/installation/framework-guides/sveltekit)
17
- Tailwind Vite plugin
18
-- updated `app.css` and `+layout.svelte` (for SvelteKit) or `App.svelte` (for non-SvelteKit Vite apps)
+- updated `layout.css` and `+layout.svelte` (for SvelteKit) or `app.css` and `App.svelte` (for non-SvelteKit Vite apps)
19
- integration with `prettier` if using that package
20
21
## Options
0 commit comments