I'm using tiny-lr programmatically and I want to be able to live-reload changes in a <style> tag inside .html files without refreshing the page and losing state. How can we go about including this feature, maybe behind a flag to keep the default behaviour simple?
I'd be willing to submit a PR once I have an idea of the best way to integrate this.