Skip to content

Commit 87a90bf

Browse files
committed
remove postcss preprocessor
1 parent 26fa038 commit 87a90bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svelte.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import path from "path";
66
const config = {
77
// Consult https://github.com/sveltejs/svelte-preprocess
88
// for more information about preprocessors
9-
preprocess: preprocess({ postcss: true }),
9+
preprocess: preprocess(),
1010

1111
kit: {
1212
adapter: adapter(),

0 commit comments

Comments
 (0)