Hello.
I'm trying to use Polymer in our corporate project and I have one question about styling.
I want to make some site template with our own polymer-element's but is any way to apply global css files to shadow-dom? We use Bootstrap2 in that template and our own css which extends some thinks but right now I need to specify that files in all element's which use some class attribute in shadow-dom.
I saw that in Dart is something like apply-author-styles but like I see it's dart functionality not Polymer so it's not work in our project or maybe I'm doing some think wrong.
Thx for any suggestions how to do it.