comment to load standard css options before some of the user configured styles

pull/8853/head
Brice 2025-09-23 15:15:04 -05:00 committed by GitHub
parent a584163306
commit 35095fddda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -809,6 +809,7 @@ pub const Application = extern struct {
const writer = buf.writer(alloc);
// Load standard css first as it can override some of the user configured styling.
try loadRuntimeCss414(config, &writer);
try loadRuntimeCss416(config, &writer);