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

@bzbarsky A CSS module might `@import` a dependency and override one of its selectors. Another CSS module might then `@import` that same dependency, thus reapplying the styles and overriding the changes that Module A made. To fix this Module B must remove its `@import` to prevent it from happening. Thus it can't express its own dependency because of the effect it has on others.

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

Received on Wednesday, 8 May 2019 13:31:12 UTC