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