An open API service indexing awesome lists of open source software.

https://github.com/recidvst/layout-debugger

Chrome extension for highlighting DOM elements for better debugging/layout issues.
https://github.com/recidvst/layout-debugger

chrome chrome-extension javascript layout layout-debugger

Last synced: about 1 month ago
JSON representation

Chrome extension for highlighting DOM elements for better debugging/layout issues.

Awesome Lists containing this project

README

          

# Layout Debugger (element-highlighter)
Chrome extension for highlighting DOM elements, designed to assist with better debugging of layout issues. Specifically:
* Identifying too-wide overflowing objects.
* Distinguishing block from inline elements.
* Helping to keep track of element alignment.

Adds a distinct colour outline to each visible DOM element, as well as providing a visual prompt for overflowing divs.

```scss
display: block; => blue;
display: inline; => purple;
overflowing the viewport => red!
```
etc..

Get it here: https://chrome.google.com/webstore/detail/element-highlighter/gkamnoiedmidgolhlihkamjpfccohilb