Skip to content

Instantly share code, notes, and snippets.

@dpaluy
Created December 24, 2024 00:43
Show Gist options
  • Save dpaluy/d589d55fc574fbfc52fdd9bdbf76880f to your computer and use it in GitHub Desktop.
Save dpaluy/d589d55fc574fbfc52fdd9bdbf76880f to your computer and use it in GitHub Desktop.
Debug CSS objects
.debug {
border: 1px solid rgb(34, 197, 94); /* green-500 */
.debug-tree,
.debug-tree * {
border: 1px solid rgb (239, 68, 68); /* red-500 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment