We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85e347 + ab633d8 commit 9450a53Copy full SHA for 9450a53
util.go
@@ -53,7 +53,6 @@ func writeStyles(node *html.Node, theme Theme) {
53
if node == nil {
54
return
55
}
56
- println(node.Type, node.Data)
57
if node.Type == html.ElementNode {
58
attrs := theme.Attributes(node.Data).Merge(parseHtmlAttributes(node.Attr))
59
node.Attr = attrs.exportHtmlAttributes()
0 commit comments