/** @type {import('tailwindcss').Config} */ module.exports = { darkMode: 'class', content: ['./static/**/*.html'], // adjust to where your HTML files are theme: { extend: {}, }, plugins: [], }