maybe I'm doing something wrong here but I cloned this repo, switched into the Tailwind example (examples/intermediate/ViteNET.Tailwind) and tried to run it, but Tailwind isn't getting picked up. Is something missing here in the repo?
I also tried it to use with Blazor in .NET 8 but it didnt't worked. I mean I can let tailwind-cli run on build with the csproj file, but I was not able to find any solution to run it with dotnet watch.
Maybe someone can enlighten me? Maybe something has changed with .NET 8 (I'm using .NET 8 btw).
Hi,
maybe I'm doing something wrong here but I cloned this repo, switched into the Tailwind example (examples/intermediate/ViteNET.Tailwind) and tried to run it, but Tailwind isn't getting picked up. Is something missing here in the repo? I also tried it to use with Blazor in .NET 8 but it didnt't worked. I mean I can let tailwind-cli run on build with the csproj file, but I was not able to find any solution to run it with
dotnet watch
.Maybe someone can enlighten me? Maybe something has changed with .NET 8 (I'm using .NET 8 btw).