wgui: add <macro> support, propagate variables into ParserResult

This commit is contained in:
Aleksander
2025-06-20 00:27:25 +02:00
parent b35020cd80
commit 887a2f6bde
6 changed files with 145 additions and 86 deletions

View File

@@ -16,7 +16,7 @@ pub fn style_from_node<'a>(
..Default::default()
};
let attribs: Vec<_> = iter_attribs(file, ctx, &node).collect();
let attribs: Vec<_> = iter_attribs(file, ctx, &node, false).collect();
for (key, value) in attribs {
match &*key {