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