- From: Sven Sauleau <notifications@github.com>
- Date: Tue, 12 Nov 2019 03:21:13 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 November 2019 11:21:19 UTC
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