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