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