How to show CSS Styles of Shadow Dom in Chrome DevTools

Issue

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?

Solution

This is a known devtools bug. Feel free to star it to get any updates on its status.

Answered By – Andrey Lushnikov

Answer Checked By – Willingham (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *