Full remove scss

This commit is contained in:
ZXY101
2023-09-14 15:26:25 +02:00
parent 8cf0b363ca
commit ba488ab434
8 changed files with 22 additions and 70 deletions

View File

@@ -1,17 +1,11 @@
import { vitePreprocess } from '@sveltejs/kit/vite';
import adapter from '@sveltejs/adapter-auto';
import preprocess from 'svelte-preprocess';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: [
preprocess({
scss: {
prependData: `@use './src/variables' as *;`
}
}),
vitePreprocess({})
],
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.