#174: Using Local Overrides in DevTools




CSS-Tricks Screencasts show

Summary: <p>There is a feature of Chrome DevTools that lets you:</p> <ol> <li>See the code of any given resource the current web page is using (like CSS and JavaScript).</li> <li>“Pretty Print” it (format it for readability)</li> <li>Save it to disk</li> <li><strong>Use that </strong></li> </ol>…