import typography from "npm:@tailwindcss/typography"; export default { mode: "jit", darkMode: "media", content: ["./**/*.{html,md,njk}"], theme: { extend: {}, }, plugins: [typography], };