JSideris / DOThtml

A human-friendly way to build highly-dynamic web pages in pure JavaScript.
2 stars 4 forks source link

Restyling a component should preserve styles that were manually set outside of the styler. #162

Closed JSideris closed 5 months ago

JSideris commented 9 months ago

This is really important because inline styles are being wiped out. Also, sometimes it's necessary to load in raw HTML and dotHTML should render it without destroying the styling.

JSideris commented 5 months ago

We've now switched to constructed stylesheets. We get this for free.