/** @type {import('tailwindcss').Config} */ module.exports = { darkMode: "class", content: ["theme.config.jsx", "components/**/*.tsx"], theme: { extend: {}, }, plugins: [], };