twitter bootstrap - Share CSS styles across web components -


i using mozilla - x-tabs, web components in application tabbing it. now, need use bootstrap - glyphicons in app. since webcomponents use shadow-dom, bootstrap css styles not applied inside web components?

is there way around it, share css file/style web components?

you possibly want read css scoping model w3c.

each polyfill library (i’m sure, e.g., mozilla’s does) provides handlers /deep/, ::content etc selectors.

hope helps.


Comments