typography plugin cannot available at taiwindcss v4 cdn
Closed this issue · 1 comments
mmm8955405 commented
What version of @tailwindcss/typography are you using?
v4
What version of Node.js are you using?
last
What browser are you using?
chrome
What operating system are you using?
window
Reproduction repository
main
Describe your issue
v3
<script src="https://cdn.tailwindcss.com?plugins=forms,aspect-ratio,line-clamp, typography"></script>
v4
https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4?plugins=forms,aspect-ratio,line-clamp,typography
RobinMalfait commented
Hey!
The Tailwind CSS v4 CDN version doesn't support plugins or JS config files right now (it does support the CSS configuration). Going to close this for now since this is not a bug, but more like a future improvement.
I would recommend to not use the CDN version if you need any of these plugins, and instead setup a proper build pipeline. More info: https://tailwindcss.com/docs/installation