Can anyone help me diagnose why Tailwind isn't working.
I made an app entirely using Filament, the only thing outside of it is the invoice template which is a blade file.
I installed tailwind the way it says on the tailwind website. Generated the config file, added the content section.
Added the directives to app.css.
And used this it like this as a sample
But the styling won't show. (Npm run dev is running as well)
2 Replies
Okay so the issue is apparently because I am downloading the file and the styling isn't applied
So the invoice is just a normal page? Did you check that your CSS file is loaded? Is the path included in the
content
option of Tailwind?