What version of Tailwind CSS are you using?
v4.1.10 also testet on (v4.1.12)
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 15.5.2 (turbopack)
What version of Node.js are you using?
v22.14.0
What browser are you using?
All browsers
What operating system are you using?
Windows
Reproduction URL
Describe your issue
After upgrading from Next.js 15.3.4 to 15.5.0, Tailwind CSS logical properties (ms-*, me-*, ps-*, pe-*) are workings differently, including responsive variants don't apply (md:ps-10, lg:ms-4, etc.).
Screenshot from 15.3.4

Screenshot from 15.5.0

Both screenshots shows the same component with filter "padding" applied in dev-tools