
besides inserting styles directly into the element e.g. style="color:red". Is there a way to inject styles for theming purposes? I would like to build template literal html form with css/sass. e.g. <div class="${containerStyle}">Internal stuff</div>. (Typescript Template literal). I would need to load the style data into something similar to the header style element <style>. I have the html literal working, just need the css/sass etc.