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