Closed chinedufn closed 5 months ago
This commit adds support for when a hyphenated attribute is the second attribute.
html! { <path d="..." stroke-linejoin="miter" /> }
Before this commit the html! procedural macro would error if a hyphenated attribute was present and was not the first attribute.
html!
This commit adds support for when a hyphenated attribute is the second attribute.
Before this commit the
html!
procedural macro would error if a hyphenated attribute was present and was not the first attribute.