Created
February 14, 2018 18:33
-
-
Save joeybeninghove/a329aab5d0daa0dbce76bb907b9f446a to your computer and use it in GitHub Desktop.
Little helper class to help with debugging CSS layout issues
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
body.debug * { | |
outline: 1px solid red !important; | |
} |
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
<body class="debug"> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment