I will like to style the light dom's css using javascript from within the custom element's definition. Is it possible?
The premise is that I have a widget created using polymer, the content within the widget is declared in the light DOM. I like to be able to hide widget and the logic is scripted into the custom element itself.