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

Can I do dynamic import with ```await import``` ?

Example :

```
document.adoptedStyleSheets = [...document.adoptedStyleSheets, await import('./style.css')];
```

-- 
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-521046856

Received on Tuesday, 13 August 2019 23:31:24 UTC