diff --git a/postcss.config.js b/postcss.config.js index 2e7af2b..0f77216 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} + plugins: { + tailwindcss: {}, + autoprefixer: {} + } +}; diff --git a/tailwind.config.js b/tailwind.config.js index b719eda..3c21d2f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,8 @@ /** @type {import('tailwindcss').Config} */ export default { - content: ['./src/**/*.{html,ts,js,svelte}'], - theme: { - extend: {}, - }, - plugins: [], -} - + content: ['./src/**/*.{html,ts,js,svelte}'], + theme: { + extend: {} + }, + plugins: [] +};