### What version of @tailwindcss/typography are you using? see https://play.tailwindcss.com/dXf3WCy385 ### What version of Node.js are you using? see https://play.tailwindcss.com/dXf3WCy385 ### What browser are you using? Chrome ### What operating system are you using? MacOS ### Reproduction repository https://play.tailwindcss.com/dXf3WCy385 – switching between v4 and v3 shows the difference ### Describe your issue In v3 the `space-y-*` added space even with `prose` present. In v4 those spaces are not there anymore. ```html <ul class="space-y-52 prose"> <li>Line 1</li> <li>Line 2</li> </ul> ``` ### V3 > <img width="1248" alt="Image" src="https://github.com/user-attachments/assets/b0c74109-f921-40b6-9322-eb8b8cc08510" /> ### V4 > <img width="1243" alt="Image" src="https://github.com/user-attachments/assets/e8168e4e-5c14-4088-a4be-f92bfe0bf10f" />