dshin-moz
dshin-moz
Ran into this yesterday. I think there is some kind of race condition in [JavaScript](https://www.homedepot.ca/purchase-angular/main-es2015.70778149d03f64cc0c58.js). To be specific: ``` loadAppConfig(t = !0, e, n = !1) { // ... this.transferState.hasKey(i)...
So given something like ``` ``` and given below rules: ``` @scope (.scope-2) { @scope(.scope-1) { .styled { background: blue; } } } /* Outer scope proximity, as per proposal,...
As for adding a dynamically-sized cascade criteria... I generally agree with @andruud - Concerned about complexity on implementations/authors. Could adding a count of nested `@scope` work as an approximation that...
> But at that point we're just re-creating a more blunt form of specificity, right? Hm, there is a divergence, though? As in, more specific scope selectors don't necessarily equate...