Discovered when fixing #569.
For some silly reason, we chose to name one of the attributes of a theme to style, which obviously conflicts with the standard HTML style attribute. Now that we better understand Astro and are using its HTMLAttributes for Props, we need to fix this. My current suggestion is to rename it to styling, but open to other suggestions.
Discovered when fixing #569.
For some silly reason, we chose to name one of the attributes of a theme to
style, which obviously conflicts with the standard HTMLstyleattribute. Now that we better understand Astro and are using itsHTMLAttributesfor Props, we need to fix this. My current suggestion is to rename it tostyling, but open to other suggestions.