mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Load app.css before filament styles (#1575)
This commit is contained in:
@@ -112,7 +112,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
);
|
||||
|
||||
FilamentView::registerRenderHook(
|
||||
PanelsRenderHook::STYLES_AFTER,
|
||||
PanelsRenderHook::STYLES_BEFORE,
|
||||
fn () => Blade::render("@vite(['resources/css/app.css'])")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user