gh-12624
Rich Harris 5 months ago
parent 76f0605c2e
commit 6226b8545b

@ -14,7 +14,7 @@
<div>hi</div> <div>hi</div>
<p>hi</p> <p>hi</p>
<button on:click={() => (red = false)}>off</button> <button on:click={() => (red = false)}>off</button>
<my-widget {red} white=""></my-widget> <my-widget {red} white></my-widget>
<style> <style>
:host([red]) div { :host([red]) div {

Loading…
Cancel
Save