Tailwind added

This commit is contained in:
endigo9740
2022-02-23 10:34:07 -06:00
parent 6c5a3a9066
commit cc307b0656
7 changed files with 2485 additions and 31 deletions

View File

@@ -5,7 +5,11 @@ import preprocess from 'svelte-preprocess';
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
preprocess: [
preprocess({
postcss: true
})
],
kit: {
adapter: adapter()