tailwindlabs / tailwindcss

A utility-first CSS framework for rapid UI development.
https://tailwindcss.com/
MIT License
83.04k stars 4.21k forks source link

v4 alpha.32 translate regression #14960

Closed madmoizo closed 1 day ago

madmoizo commented 1 day ago

What version of Tailwind CSS are you using?

v4 alpha 32

What build tool (or framework if it abstracts the build tool) are you using?

vite

What version of Node.js are you using?

v22

What browser are you using?

Edge

What operating system are you using?

Windows

Reproduction URL

A Tailwind Play link or public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways.

A reproduction is required when filing an issue — any issue opened without a reproduction will be closed and you'll be asked to create a new issue that includes a reproduction. We're a small team and we can't keep up with the volume of issues we receive if we need to reproduce each issue from scratch ourselves.

Describe your issue

ok alpha 31:

image

Not ok alpha 32:

image
philipp-spiess commented 1 day ago

@madmoizo Thanks for the report! I can reproduce this issue as well. Looking into it!