A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| <?php | |
| // Please see https://github.com/Lewiscowles1986/WordPressSVGPlugin from now on |
| <template name="imageUploader"> | |
| <h2>Picture</h2> | |
| <p> | |
| {{#each images}} | |
| <img src="{{url}}" alt=""> | |
| <input type="button" value="remove" class="btnRemove"/> | |
| {{else}} | |
| No files uploaded. | |
| {{/each}} | |
| </p> |