/** @type {import('tailwindcss').Config} */ module.exports = { darkMode: "class", // Ensure it's set to "class" content: [ "./app/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], };