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