Custom CSS for ViewColumn
I have a pre-minified CSS stylesheet that I want to use specifically to style a custom ViewColumn. This is not changing the overall Filament theme for the panel, it just provides some formatting for the custom view within the ViewColumn.
What is the best way to include this in my app?
2 Replies
Solution
Thank you, I was missing the part in the documentation where it said I needed to run
php artisan filament:assets
which is why it wasn't working...