dashkite/rio

Make importStyles Idempotent

Closed this issue · 2 comments

We can do this by ensuring that only we touch the generated stylesheet. Since the component styles are in main, we can probably just grab the top level style element and replace it's textContent.

The solution to #8 would solve this one too.

Done.