Skip to content

Instantly share code, notes, and snippets.

@owpac
Forked from zaydek-old/bookmark.min.js
Last active March 31, 2021 12:49
Show Gist options
  • Save owpac/a7aabc512ae53b25e297c5bda94399ad to your computer and use it in GitHub Desktop.
Save owpac/a7aabc512ae53b25e297c5bda94399ad to your computer and use it in GitHub Desktop.
A simple CSS debugger for web development ! Source : https://gist.github.com/zaydek/6b2e55258734deabbd2b4a284321d6f6
/* debug.css v0.0.3 | MIT License */
[debug],
[debug] * {
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;
filter: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment