chore: Remove postcss

This commit is contained in:
Sidharth Vinod
2025-09-03 16:38:03 +05:30
parent 7da0081ace
commit def809f6bd
5 changed files with 4 additions and 135 deletions
+1 -5
View File
@@ -5,11 +5,7 @@ import { sveltePreprocess } from 'svelte-preprocess';
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: [
sveltePreprocess({
postcss: true
})
],
preprocess: [sveltePreprocess({})],
kit: {
alias: {
'$/*': './src/lib/*'