From 1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 14 Feb 2022 19:02:54 +0100 Subject: feat: Experiment with tailwind --- src/webapp/svelte.config.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/webapp/svelte.config.js') diff --git a/src/webapp/svelte.config.js b/src/webapp/svelte.config.js index 866775a..b45af77 100644 --- a/src/webapp/svelte.config.js +++ b/src/webapp/svelte.config.js @@ -1,6 +1,9 @@ import sveltePreprocess from "svelte-preprocess"; -import {optimizeImports} from "carbon-preprocess-svelte"; export default { - preprocess: [sveltePreprocess(), optimizeImports()], + preprocess: [ + sveltePreprocess({ + postcss: true, + }), + ], }; -- cgit v1.3