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