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