diff --git a/services/frontend/postcss.config.js b/services/frontend/postcss.config.js index 2e7af2b..2aa7205 100644 --- a/services/frontend/postcss.config.js +++ b/services/frontend/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/services/frontend/tailwind.config.js b/services/frontend/tailwind.config.js index bd3eb14..45ce112 100644 --- a/services/frontend/tailwind.config.js +++ b/services/frontend/tailwind.config.js @@ -1,11 +1,8 @@ /** @type {import('tailwindcss').Config} */ export default { - content: [ - "./index.html", - "./src/**/*.{vue,js,ts,jsx,tsx}", - ], + content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"], theme: { extend: {}, }, plugins: [], -} +};