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