@scope (.test) { :scope { ... } }
@scope (.test) { :scope[disabled] { ... } }
@scope (.test) { :scope[variant] { ... } }
@scope (.test) { :scope[type="green"] { ... } }
@scope (.test) { :scope[variant="danger"] { ... } }

Hover the last <div class="test" variant="danger">...</div> and it’ll work πŸ€·πŸ»β€β™€οΈ