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