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