F
Filament3w ago
Cem

Minimal-Theme no longer works with Laravel 12 / TailWind 4 ?

I've followed up the new instructions for the change in TW4; I have added the following to my AdminPanel:

->theme(asset('css/filament/admin/theme.css'))
->plugins([
MinimalTheme::make()
])

->theme(asset('css/filament/admin/theme.css'))
->plugins([
MinimalTheme::make()
])
` My theme.css:
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;

@import '/vendor/filament/minimal-theme/resources/css';
@config 'tailwind.config.js';
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;

@import '/vendor/filament/minimal-theme/resources/css';
@config 'tailwind.config.js';
I do see the minimal theme's color but not the styling ...
What am i missing out here ?
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?