Dennis Koch
How do I run Filament's documentation locally to test changes before doing a pull request?
I think
npm run dev
or npm run preview
inside the docs folder should do the trick
https://github.com/filamentphp/filamentphp.com/tree/main/docs4 replies
Is it possible to use Filament 3 without downgrading Tailwind 4 to 3 if no custom themes are used?
What's the issue with:
npx tailwindcss@3 --input ./resources/css/filament/admin/theme.css --output ./public/css/filament/admin/theme.css --config ./resources/css/filament/admin/tailwind.config.js --minify
?21 replies