Re: [w3c/webcomponents] CSS Modules (#759)

I believe it would be unwise to write it in one line like that, because `...document.adoptedStyleSheets` will evaluate before the `import` does its fetch. If someone adds a stylesheet to `adoptedStyleSheets` during the import, it will be blown away when the `import` finishes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/759#issuecomment-521053064

Received on Wednesday, 14 August 2019 00:03:46 UTC