FilamentF
Filament4mo ago
58 replies
CKD

CSS not being applied to my tables

So I am completely new to filament, I just installed filament into my app. I followed the steps provided by the documentation. I am working on laravel.

Basically my steps were:
- Installed filaments/table only
- then installed filaments
(tailwind i already had installed before, so i skipped all the tailwind installation steps)
- added @FilamentStyles and @FilamentScripts as stated to my main layout
- added (@import '../../vendor/filament/tables/resources/css/index.css';) to my app.css
- in my already existing livewire component, i added hasaction, hastable and hasschema and their use tags
- i added a table function that loads my table

it loads but i dont see any css applied to it, am i missing something?
Solution
Do you still have a postcss.config.js ? If yes: Remove it
Was this page helpful?