Created
December 24, 2024 00:43
-
-
Save dpaluy/d589d55fc574fbfc52fdd9bdbf76880f to your computer and use it in GitHub Desktop.
Debug CSS objects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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