Fix last commit

This commit is contained in:
luk3yx 2025-02-10 15:28:42 +13:00
parent 25fc58afb5
commit 03ba40fb58

View File

@ -952,7 +952,7 @@ local function insert_style_elem(tree, idx, node, props, sels)
table.insert(tree, idx, {
type = style_type and "style_type" or style,
type = style_type and "style_type" or "style",
selectors = selectors,
props = props,
})