Skip to content

[v4] Invalid CSS transformation #17024

Answered by joeland1
ihildebrandt asked this question in Help
Discussion options

You must be logged in to vote

Could it be that it searches node_modules if you don't have a .gitignore with a node_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

root@dee47b01d72d:~# grep 'N(' index.css
    default: \u202F${N(`${u}`)};
    
root@dee47b01d72d:~# history
    1  cd
    2  ls
    3  npm install tailwindcss @tailwindcss/cli
    4  vim input.css
    5  apt-get install vim
    6  apt-get update
    7  apt-get install vim
    8  vim input.css                      # contents here is just @import "tailwindcss";
    9  npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch
   10  npx @tailwindcss/cli -…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ihildebrandt
Comment options

@ihildebrandt
Comment options

@ihildebrandt
Comment options

@joeland1
Comment options

Answer selected by ihildebrandt
@ihildebrandt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #17013 on March 07, 2025 10:35.