Skip to content

Instantly share code, notes, and snippets.

View owpac's full-sized avatar
🤓

Thomas Faugier owpac

🤓
View GitHub Profile
@owpac
owpac / debug.css
Last active March 31, 2021 12:49 — forked from zaydek-old/bookmark.min.js
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;
}