Skip to content

Instantly share code, notes, and snippets.

@cgimenes
Created July 14, 2017 00:22
Show Gist options
  • Save cgimenes/3857c4353921bc4de91456eb550f59e9 to your computer and use it in GitHub Desktop.
Save cgimenes/3857c4353921bc4de91456eb550f59e9 to your computer and use it in GitHub Desktop.
Debug CSS
[].forEach.call($$("*"),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