Skip to content

Instantly share code, notes, and snippets.

@duhruh
Created October 6, 2014 20:46
Show Gist options
  • Save duhruh/c808d9c0d9c363b545af to your computer and use it in GitHub Desktop.
Save duhruh/c808d9c0d9c363b545af to your computer and use it in GitHub Desktop.
debug your CSS layers
//http://arqex.com/939/learning-much-javascript-one-line-code
[].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