pol
pol
FFilament
Created by pol on 3/9/2025 in #❓┊help
Import external CSS after Filament’s theme CSS
I’m loading a few external CSS files using FilamentAsset::register() and Css::make(). This is importing such files without but when I check the generated HTML, these external script are included before Filament’s theme CSS files. The external CSS applies particular styling to elements such as inputs in particular views of the application but Filament’s CSS rules are overriding them. I want to load the external CSS after Filament’s. Tried looking at the docs and source code but couldn’t find anything related to this. Is this possible? If so, how?
1 replies