diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-02-14 19:02:54 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-02-14 19:02:54 +0100 |
| commit | 1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796 (patch) | |
| tree | 9b0a26b7d3efeecd5ec20a6e5624857624bc53a6 /src/webapp/svelte.config.js | |
| parent | da4c22abbbf04566891976d01f5cf629857f8d0b (diff) | |
| download | bookmark-thing-1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796.tar.xz bookmark-thing-1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796.zip | |
feat: Experiment with tailwind
Diffstat (limited to 'src/webapp/svelte.config.js')
| -rw-r--r-- | src/webapp/svelte.config.js | 7 |
1 files changed, 5 insertions, 2 deletions
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, + }), + ], }; |
