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