Skip to content

Instantly share code, notes, and snippets.

@nescalante
Created September 27, 2016 13:48
Show Gist options
  • Save nescalante/9e1975cd1c949e10d1dd010c5e61c57e to your computer and use it in GitHub Desktop.
Save nescalante/9e1975cd1c949e10d1dd010c5e61c57e to your computer and use it in GitHub Desktop.
CSS Debugger
[].forEach.call($$("*"),(a)=>{if(a.style)a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment