terribleMia’s avatarterribleMia’s Twitter Archive—№ 9,573

  1. …in reply to @alvaro_montoro
    alvaro_montoro SaraSoueidan The difference would be that scope invokes proximity. Currently we have a problem where: .light a { color: purple; } .dark a { color: plum; } When nested, dark-mode will always take priority (thanks to source-order). When scoped, the _inner_ scope would take priority instead.