Shadow dom
encapsulate css styles, selectors don\'t cross the shadow boundary.
Question: How to use global common css styles in shadow
Some solutions:
:host-context
:
http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom-201/@import url('/common-style.css');
, here: Polymer share styles across elementsPlease note, one of the articles listed above was also pointed out by Amid. By the time that article was written, Chrome had no CSS variables. But now it already works natively with the recently launched Google Chrome 49.