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