Add debug classes for outlining all elements in white or black.

This commit is contained in:
mrmrs 2016-09-17 15:25:57 +01:00
parent 72bfc3761e
commit 4c6f97af04
1 changed files with 2 additions and 0 deletions

View File

@ -9,4 +9,6 @@
*/
.debug * { outline: 1px solid gold; }
.debug-white * { outline: 1px solid white; }
.debug-black * { outline: 1px solid black; }