Skip to content

Instantly share code, notes, and snippets.

@davidl
davidl / status-rappers.less
Last active December 15, 2015 12:48
Generate CSS to add HTTP status rappers to your Chrome Dev Tools Network panel
// Mixin to generate URLs, e.g.: .rapStatus('200')
@rapPath: 'http://www.httpstatusrappers.com/images/';
.rapStatus(@statusImg: '') {
background-image: e(%('url(%s%s.png)', @rapPath, @statusImg)) !important;
}
#-webkit-web-inspector {
.status-column {
overflow: visible !important;