How do I view an external CSS file in Devtools?

Viewed 22

If a page's styling is linked in the section, rather than the styling added directly to the section, how do I view the css file in a browser's devtools?

1 Answers

Select the element in the "Elements" tab, then click the link to the CSS file in the "Styles" tab below.

This is where the link will be

Related