Skip to content

Instantly share code, notes, and snippets.

@hfknight
Last active August 29, 2015 14:14
Show Gist options
  • Save hfknight/b62ad79ca469a9e61489 to your computer and use it in GitHub Desktop.
Save hfknight/b62ad79ca469a9e61489 to your computer and use it in GitHub Desktop.
visualizing your CSS layouts
[].forEach.call($$("*"),function(a){
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)
})
// from https://gist.github.com/addyosmani/fd3999ea7fce242756b1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment