diff --git a/postcss.config.js b/postcss.config.js index add837e..76f85f2 100755 --- a/postcss.config.js +++ b/postcss.config.js @@ -4,4 +4,4 @@ export default { tailwindcss: {}, autoprefixer: {} } -}; +} diff --git a/src/lib/components/Title.svelte b/src/lib/components/Title.svelte index 5841f3e..bd19001 100755 --- a/src/lib/components/Title.svelte +++ b/src/lib/components/Title.svelte @@ -2,16 +2,16 @@ import { animateIn } from '$lib/Helper.mjs' -