Skip to content

Commit

Permalink
remove postcss preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
frodesundby committed Nov 14, 2024
1 parent 26fa038 commit 87a90bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import path from "path";
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess({ postcss: true }),
preprocess: preprocess(),

kit: {
adapter: adapter(),
Expand Down

0 comments on commit 87a90bf

Please sign in to comment.