Re: [w3c/webcomponents] JSON and CSS modules dynamic import (#835)

Agreed with @domenic and @matthewp as we as this:

> All of the above applies to CSS modules in the same way, as these too are built as a Synthetic Module with a single default export of the stylesheet.

For CSS modules a single default export is potentially only a starting point. I have a follow-on proposal to allow for exports from a CSS module: https://github.com/w3c/csswg-drafts/issues/3714 For that we would need dynamic import to work as it does with JS modules.

-- 
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/835#issuecomment-529732659

Received on Tuesday, 10 September 2019 01:45:22 UTC