CSS not loading correctly

Hi, I am fairly new to filament and i am now trying to use the table builder but when i load it shows up like this, I have already confirmed that the css is loaded in correctly. Does anyone have an idea how to solve this?
No description
9 Replies
awcodes
awcodes13mo ago
I think you might have missed a step in the installation instructions.
awcodes
awcodes13mo ago
This doesn’t look like a panel, so the theme wouldn’t apply here.
awcodes
awcodes13mo ago
Maybe you’re missing a path in the tailwind config’s content
JustRostin
JustRostinOP13mo ago
Gist
tailwind config
tailwind config. GitHub Gist: instantly share code, notes, and snippets.
Gist
posts config
posts config. GitHub Gist: instantly share code, notes, and snippets.
Tieme
Tieme13mo ago
And this is in you app.css
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind base;
@tailwind components;
@tailwind utilities;
JustRostin
JustRostinOP13mo ago
Yes
triadic monad adorer
I'm having the same problem and followed everything to a T

Did you find this page helpful?