Build not picking up my Theme CSS

I've added this plugin https://filamentphp.com/plugins/mokhosh-kanban and I'm updating the card view. I've published the views and added the path to my tailwind.config.js nad also tried adding the classes to the safelist but the classes are not being applied. Can anyone see anything obvious that I'm missing or experiences similar Resources structure in attached screen grab Tailwind.config.js:
/vendor/filament/**/*.blade.phpimport preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/**/*.php',
'./resources/views/filament/**/*.blade.php',
'./resources/views/vendor/**/*.blade.php',
'./resources/views/vendor/filament-kanban/**/*.blade.php',
'./resources/views/vendor/filament-kanban/*.blade.php',
'./vendor/filament/**/*.blade.php',
'./vendor/blackpig/filament-office/**/*.blade.php',
],
safelist: [
'text-red-700',
'text-amber-500',
'text-green-500',
'space-x-8',
'space-y-2',
],
}
/vendor/filament/**/*.blade.phpimport preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/**/*.php',
'./resources/views/filament/**/*.blade.php',
'./resources/views/vendor/**/*.blade.php',
'./resources/views/vendor/filament-kanban/**/*.blade.php',
'./resources/views/vendor/filament-kanban/*.blade.php',
'./vendor/filament/**/*.blade.php',
'./vendor/blackpig/filament-office/**/*.blade.php',
],
safelist: [
'text-red-700',
'text-amber-500',
'text-green-500',
'space-x-8',
'space-y-2',
],
}
Filament
Kanban by Mo Khosh - Filament
Easily add kanban board pages to your Filament panels.
No description
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server