module.exports = { content: [ "./content/*.html", "./layout/*.html", "./layout/templates/*.html", ], theme: { }, plugins: [ require('@tailwindcss/typography'), ], }