Is there any possibility to use twitter bootstrap inside shadow dom? At this point, a major advantage turns out to be a disadvantage.
Question posted in Twitter Bootstrap
Is there any possibility to use twitter bootstrap inside shadow dom? At this point, a major advantage turns out to be a disadvantage.
2
Answers
You can use the
::shadow
selector to style elements in the shadow DOM, I believe.Just insert the Bootstrap CSS file inside the Shadow DOM with a
<link href="stylesheet">
element: