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

This commit is contained in:
Brice
2025-09-23 15:15:04 -05:00
committed by GitHub
parent a584163306
commit 35095fddda

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);