friese
Tailwind content detection in custom theme not working
Maybe people need a friendly reminder 😄
Like if the conversation in a topic exceeds 5 message or so with one of you, there could be a nice bump: "Want to sponsor me a beer/coffee/whatever" 😄
45 replies
Tailwind content detection in custom theme not working
Yes and no 😉
theme.css and build process works.
With this content, the background color will get red.
But it seems like the
content
part from the tailwind config doesnt work, because the used classes aren't recognized
45 replies
Tailwind content detection in custom theme not working
Yes, I have the @config part
@config './tailwind.config.js';
My resources/css/app.css
is an empty file. Even if I remove it from the vite input config, the error still persists
I don't have a tailwind config in the project root, I just temporarily added it to check if it changes anything.
As I didn't change anything stylewise so far, I could remove everything that could interfere and start fresh.
Do you can maybe sent me all the default config files regarding this tailwind issue that should work out of the box? I used "admin" as my panel name, and it is a fresh and clean laravel 10 filament 3 install.45 replies