Skip to content

Instantly share code, notes, and snippets.

@fmtarif
Created July 2, 2021 20:36
Show Gist options
  • Save fmtarif/dc6df643526290550afcfa7d37b3c62c to your computer and use it in GitHub Desktop.
Save fmtarif/dc6df643526290550afcfa7d37b3c62c to your computer and use it in GitHub Desktop.
Debug CSS layouts - Adds outline to elements
/* from https://www.freecodecamp.org/news/heres-my-favorite-weird-trick-to-debug-css-88529aa5a6a3/ */
*:not(path):not(g) { color: hsla(210, 100%, 100%, 0.9) !important; background: hsla(210, 100%, 50%, 0.5) !important; outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important; box-shadow: none !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment