Styling Custom Elements
3 Use Cases (web developer perspective)
Library author perspective
::part()
my-application::menu-bar::file-menu::new-doc::dialog::ok-button { � background-color: green;�}
Custom Properties
e.g. it’s not possible to change the background color of just *one* of the buttons in a dialog using custom properties
We should do both
And indeed, we probably are. Go us!
@apply
Should we do @apply?