Inside `@scope (.root) to (.limit) { ... }`, what is the precise semantics of the lower boundary `to (.limit)` with respect to the boundary element itself?
@scope (.widget) to (.boundary) {
p { color: green; }
}
/* <div class=widget> <p>A</p> <div class=boundary> <p>B</p> </div> </div> */