Setup flowbite
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
import { vitePreprocess } from '@sveltejs/kit/vite';
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: preprocess({
|
||||
scss: {
|
||||
prependData: `@use './src/variables' as *;`
|
||||
}
|
||||
}),
|
||||
preprocess: [
|
||||
preprocess({
|
||||
scss: {
|
||||
prependData: `@use './src/variables' as *;`
|
||||
}
|
||||
}),
|
||||
vitePreprocess({})
|
||||
],
|
||||
|
||||
kit: {
|
||||
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
|
||||
|
||||
Reference in New Issue
Block a user