Skip to content

Instantly share code, notes, and snippets.

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