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