Re: [w3c/webcomponents] Rejecting CSS Modules in Workers (#854)

This seems to fit well with https://github.com/littledan/proposal-module-attributes.

For instance:
```js
import sheet from "./example.css" as css;
```
would accept the CSS without the risk of `example.css` being a JavaScript file.

-- 
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/854#issuecomment-552852097

Received on Tuesday, 12 November 2019 11:21:19 UTC