webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
26 stars 3 forks source link

SSR Component Styles for shadow elements #116

Closed quarkus closed 6 months ago

quarkus commented 7 months ago

We need a solution to apply included styles to SSRed / shadow rendered templates.

This needs to work without JS.

eddyloewen commented 6 months ago

@quarkus I think this is out of scope for element-js right? This needs to be done from some other tool that does the server side rendering, no?

quarkus commented 6 months ago

You might be absolutely right.