/** @type {import('tailwindcss').Config} */ export default { content: ["views/**/*.templ"], theme: { extend: {}, }, plugins: [], }