-
heavybuildings Not really, no. - :scope matches the root of a particular scope - @ scope would be a way to _establish_ that scope root So in theory:
css @ scope (aside) { :scope { /* matches the <aside> that is root of this scope */ } }
css
@ scope (aside) {
:scope {
/* matches the <aside> that is root of this scope */
}
}