[v4] Invalid CSS transformation #17024
-
What version of Tailwind CSS are you using? What build tool (or framework if it abstracts the build tool) are you using? What version of Node.js are you using? What browser are you using? What operating system are you using? Reproduction URL Describe your issue The following snippet begins on line 1420 of assets/style.css:
When the postcss step of the build process starts it aborts with the following error:
This bug is also present when creating a new npm project with only |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey! I tried running your repro but if I do
When I change the The error to me indicates that somewhere in your project you have something that looks like a Tailwind class name with the content: |
Beta Was this translation helpful? Give feedback.
Could it be that it searches
node_modules
if you don't have a.gitignore
with anode_modules
inside it at the root?I was able to do something like this when inside the latest
node
docker container...docker run -it --rm node bash