// tailwind.config.js module.exports = { content: [ './templates/**/*.html', './static/**/*.js', ], theme: { extend: {}, }, plugins: [require('@tailwindcss/typography')], }