/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/presentation/ui/**/*_templ.go"], theme: { extend: {}, }, };