How to enable Official Tailwind Plugins while using astrojs/tailwind
?
I have installed the typography plugin, restarted the server, and refreshed the browser. But I still have a small H1 heading.
npm install -D @tailwindcss/typography
➡- Then I've added
require('@tailwindcss/typography')
to mytailwind.config.js
My package.json is ...
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
"@tailwindcss/typography": "^0.5.4",