/** @type {import('tailwindcss').Config} */ module.exports = { plugins: [require("daisyui")], daisyui: { themes: ["light", "dark"], }, };