skip to Main Content

How can we override css inside the shadow root?

I have some CSS for the span tag. All of these are rendered inside the shadow-root. Which looks like the following. .class-name-a .class-name-b > span { border-left: var(--css-token-right-statement-border-left); font-family: GilroySemiBold; font-size: 16px; margin-left: var(--css-token-right-statement-spacing); order: 3; padding-left: var(--css-token-right-statement-spacing);} How can…

VIEW QUESTION
Back To Top
Search