Next.js Discord

Discord Forum

My project is loading aTailwind css but I don't use Tailwind.

Unanswered
Hierran Wolfdog posted this in #help-forum
Open in Discord
Hierran WolfdogOP
Weird situation. I don't use Tailwind, and it's appearing somehow.

My console is showing this first image. The content is the second image.

There's no tailwind or @tailwind in my node_modules. Even on the browser's Private mode it shows (no extensions enabled.

How can I track down what is causing it to be included? I have its css hashed name as the image and the console shows.

2 Replies

Silver Fox
Check on [npmgraph](https://npmgraph.js.org) to see if your dependencies rely on Tailwind CSS indirectly.
You can also try deleting node_modules and .next before re-installing.