Skip to content

Instantly share code, notes, and snippets.

@seanblanton
Created November 27, 2016 22:48
Show Gist options
  • Save seanblanton/ff17d0b65594c0097f02baa067f78796 to your computer and use it in GitHub Desktop.
Save seanblanton/ff17d0b65594c0097f02baa067f78796 to your computer and use it in GitHub Desktop.
CSS Debug Classes
[].forEach.call(document.querySelectorAll("*"),function(a){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