npx svelte-add tailwindcss

This commit is contained in:
Ryan Gossiaux
2021-12-13 21:05:36 -08:00
parent 53adc38513
commit 263cbd0483
6 changed files with 53 additions and 3 deletions

View File

@@ -5,7 +5,11 @@ import preprocess from "svelte-preprocess";
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
preprocess: [
preprocess({
postcss: true,
}),
],
kit: {
adapter: adapter(),