I use Dart Polymer to create web components. To debug CSS styles I start the app in Dartium and use Chrome DevTools to inspect the styles.
The problem is that all the styles defined in the <style>
tag of <polymer-element>
do not appear in DevTools altough they are applied correctly! Where can I find those styles?
Here are the steps to get it working:
Hope it will works for you.
Thanks to: http://oliversmith.io/technology/2012/05/19/inspecting-the-shadow-dom-in-google-chrome-inspector/