**What version of Tailwind CSS are you using?** v4.0.0 **What build tool (or framework if it abstracts the build tool) are you using?** Vite **What version of Node.js are you using?** v20.17.0 **What browser are you using?** N/A **What operating system are you using?** N/A **Reproduction URL** https://play.tailwindcss.com/WC5jexkinA **Describe your issue** The [`preflight.css`](https://github.com/tailwindlabs/tailwindcss/blob/next/packages/tailwindcss/preflight.css) file is missing `pointer: cursor` property, but the [latest 3.4.17 preflight.css file](https://github.com/tailwindlabs/tailwindcss/blob/4f9f603e12b51cc53b8a09c7739b8f88c8eb87eb/src/css/preflight.css#L343) does include this property. This change isn't mentioned in the [v4 upgrade guide](https://tailwindcss.com/docs/upgrade-guide).