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