diff --git a/src/components/base/importfixes.svelte b/src/components/base/importfixes.svelte new file mode 100644 index 00000000..0e3d78f5 --- /dev/null +++ b/src/components/base/importfixes.svelte @@ -0,0 +1,6 @@ + +
\ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index c5cb6462..9f521384 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,5 @@ module.exports = { - // mode: 'jit', + mode: 'jit', purge: [ './src/**/*.svelte' ], theme: { extend: {