From 358671a8290a18a4387f817fd3e6fe3ddf742a26 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Sat, 2 Sep 2023 11:13:38 +0530 Subject: [PATCH] formatter --- postcss.config.js | 10 +++++----- tailwind.config.js | 13 ++++++------- 2 files changed, 11 insertions(+), 12 deletions(-) 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: [] +};