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