- From: Matthew Phillips <notifications@github.com>
- Date: Wed, 08 May 2019 06:30:50 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 May 2019 13:31:12 UTC
@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