/** @type {import('tailwindcss').Config} */ module.exports = { content: [ // "./internal/**/*.{go,js,templ,html}", "./views/html/*.html" ], theme: { extend: {}, }, plugins: [], }