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

@dandclark commented on this pull request.



>  
 ```JavaScript
-import styles from "styles.css";
+import styles from "styles.css" assert { type: "css" };

Yes, thanks!

-- 
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_r651862911

Received on Tuesday, 15 June 2021 14:44:01 UTC