So, #WebComponents. If we want to share stylesheets between the document and components and we have CSS module scripts... is there any reason to use <link rel="stylesheet"> anymore? Requesting a CSS module script from a blocking script in <head> (and then sharing the sheet between shadow roots and the main document) should be plenty fast, right?

#webdev

@sir_pepe damn, import `with {type: 'css'}` wasn't a thing when I started my private side project with web components*. Still not 100% supported, but it's definitely something I'll look into.

*) Either that project is going on super slow or web technologies are developing super fast...