Describe the bug
Similar to #70, I have a project using tailwind v4 and there's not a single tailwind.config.js file in the monorepo. In my case it's created and managed as turborepo, but that's just a minor detail. The completion doesn't work until I manually create an empty tailwind.config.js in the root directory of the project.
Expected behavior
Completion should work out of the box, without me creating placeholder files (in this case, tailwind.config.js in the root dir).
Environment:
- Ubuntu
24.04.2 LTS
- NVIM
v0.11.3
- Nvim-treesitter commit
42fc28ba918343ebfd5565147a42a26580579482
- tailwind-language-server
0.14.25