Skip to content

Instantly share code, notes, and snippets.

@bantya
Forked from donatj/debug.css
Created April 28, 2017 19:13
Show Gist options
  • Save bantya/a236d22025b80c6d6fdd20538de4e2bb to your computer and use it in GitHub Desktop.
Save bantya/a236d22025b80c6d6fdd20538de4e2bb to your computer and use it in GitHub Desktop.
Pure CSS Debuggery
*[class]:before {
position: absolute;
background: rgba(10,10,10,.6);
padding: 10px;
border-radius: 4px;
color: white;
font-size: 10px;
display: block;
content: "[" attr(class) "] " ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment