Re: [WICG/webcomponents] Update CSS modules explainer to include addition of import assertions (#931)

@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