AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
CSS Shadow Root Styling
There's a thing called CSS shadow parts, which is the colon colon part like pseudo class if you ever see that out there. You can put a component in a shadow root to kind of designate some of its shadow elements as stylable from the outside. Selectors though don't cross the shadow boundary and that's where things get a little more complicated because it's hard to figure out what the developer actually wants. We try to make our components kind of being like, you know, they bring their styles with them.