diff --git a/package.json b/package.json index e5c067d..af676a7 100644 --- a/package.json +++ b/package.json @@ -57,4 +57,4 @@ "tailwindcss": "^3.4.14", "vite": "^5.4.10" } -} +} \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 6b4be36..8d13f47 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,6 @@ /** @type {import('tailwindcss').Config} */ -export default { +module.exports = { darkMode: ["class"], content: ["./index.html", "./src/**/*.{ts,tsx,js,jsx}"], theme: {