Understanding view rendering
I'm trying to get the css hooks to work, but I think I'm misunderstanding something. I have this problem both in my own app & in the demo app.
If I add this:
.fi-form {
@apply !bg-blue-300 !p-12 rounded-xl;
}
to resources/css/app.css and run "npm run build", I get nothing. How is the publishing supposed to work?
Thanks for the help in advance!
ps. I'm not new to PHP and neither to Laravel or Livewire, but I'm really struggling to understand some aspects of Filament. There is a lot of power, but as there are no source code comments there is a lot of trial and error. If I continue with Filament, I'm sure to submit some PR's regarding the documentation and code comments...
If I add this:
.fi-form {
@apply !bg-blue-300 !p-12 rounded-xl;
}
to resources/css/app.css and run "npm run build", I get nothing. How is the publishing supposed to work?
Thanks for the help in advance!
ps. I'm not new to PHP and neither to Laravel or Livewire, but I'm really struggling to understand some aspects of Filament. There is a lot of power, but as there are no source code comments there is a lot of trial and error. If I continue with Filament, I'm sure to submit some PR's regarding the documentation and code comments...