- From: Thomas Steiner <notifications@github.com>
- Date: Tue, 15 Jun 2021 07:30:16 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 15 June 2021 14:31:04 UTC
@tomayac commented on this pull request.
>
```JavaScript
-import styles from "styles.css";
+import styles from "styles.css" assert { type: "css" };
```suggestion
import styles from "./styles.css" assert { type: "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/WICG/webcomponents/pull/931#pullrequestreview-684088313
Received on Tuesday, 15 June 2021 14:31:04 UTC