Re: [w3c/webcomponents] CSS Modules (#759)

I think this should go with behavior 2, as that's the behavior you'd get if, instead of using `import`, you just ran `fetch("foo.css").then(r=>{const s = new CSSStyleSheet(); return s.replace(r.text);});`. It also causes the minimal changes to the normal mechanics of nested stylesheets, with each `@import` rule continuing to get its own unique stylesheet object.

-- 
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/759#issuecomment-490258126

Received on Tuesday, 7 May 2019 21:15:53 UTC