How to use custom css file #42
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We're trying to deploy the application on our production server, but we want to use a custom css file.
Right now we're trying to use the LG_CSS_OVERRIDES but with no success.
The custom css file does not get loaded, keeping just the bootstrap loaded.
Can someone please explain how to use custom css files?
I've found that the behavior only occurs when we try to use the docker version.
When the LG is used with apache or nginx, that same behavior does do not occurs.
The CSS override variable is not read from environment: https://github.com/hybula/lookingglass/blob/main/docker/php-fpm/src/config.php#L21
Either manually change it, or edit to get it from environment.