Add debug classes for outlining all elements in white or black.
This commit is contained in:
parent
72bfc3761e
commit
4c6f97af04
1 changed files with 2 additions and 0 deletions
|
@ -9,4 +9,6 @@
|
|||
*/
|
||||
|
||||
.debug * { outline: 1px solid gold; }
|
||||
.debug-white * { outline: 1px solid white; }
|
||||
.debug-black * { outline: 1px solid black; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue