From 66403b87ce22319385e544a2283502e229e6606a Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Sat, 11 Jan 2025 18:33:56 -0700 Subject: [PATCH] handle css color errors a bit better --- figuro/common/nodes/csstheme.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/figuro/common/nodes/csstheme.nim b/figuro/common/nodes/csstheme.nim index 0e1d21c9..aaf75269 100644 --- a/figuro/common/nodes/csstheme.nim +++ b/figuro/common/nodes/csstheme.nim @@ -86,7 +86,7 @@ proc apply*(prop: CssProperty, node: Figuro) = # echo "warning: ", "unhandled css property: ", prop.repr discard CssVarName(n): - echo "warning: ", "unhandled css variable: ", prop.repr + echo "Warning: ", "unhandled css variable: ", prop.repr proc eval*(rule: CssBlock, node: Figuro) =