Addy Osmani's CSS Layout Debbuger (gist.github.com)
over 8 years ago from Catalin Cimpanu
over 8 years ago from Catalin Cimpanu
If you prefer something similar and in the form of a Chrome extension, take a look at Pesticide:
https://chrome.google.com/webstore/detail/pesticide-for-chrome/bblbgcheenepgnnajgfpiicnbbdmmooh
Nice! I came in here to comment about how this should be made into an extension/plugin.
Link in headline doesn't seem to work: https://gist.github.com/addyosmani/fd3999ea7fce242756b1
Fixed
Thanks
I have a Sass mixin that I'll turn on when I'm debugging layouts. I just give the elements I'm working with a different color to help see them a little better.
@mixin debug($color: fuchsia) { outline: 1px solid transparentize($color, .5); background: transparentize($color, .9); }
Cool stuff! Thanks for the share
Any way to get it to work with iframed content as well?
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now