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" };

I think this is still necessary, right?

-- 
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#discussion_r651850294

Received on Tuesday, 15 June 2021 14:31:22 UTC