terribleMia’s avatarterribleMia’s Twitter Archive—№ 11,276

  1. …in reply to @giuseppegurgone
    giuseppegurgone stubbornella Rich_Harris Both the root and lower-boundary elements are considered in-scope. So yes, you can have a scoped selector match the lower boundary: @ scope (.root) to (.boundary) { :scope { /* style the root */ } .boundary { /* style a boundary */ } .lower a { /* no match */ } }
    1. …in reply to @TerribleMia
      giuseppegurgone stubbornella Rich_Harris oops, that should have been .boundary a { /* no match */ }