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