Skip to content

Commit

Permalink
handle css color errors a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 12, 2025
1 parent 113c886 commit 66403b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figuro/common/nodes/csstheme.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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) =
Expand Down

0 comments on commit 66403b8

Please sign in to comment.