chore: Remove postcss
This commit is contained in:
+1
-5
@@ -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/*'
|
||||
|
||||
Reference in New Issue
Block a user