mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
18.45.2017 d68e01a86901aa5bae222f30e2d64c48b23cde0f
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 
  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/
 
  Just add the debug class to any element to see outlines on its
  children.
 
*/
 
.debug * { outline: 1px solid gold; }
.debug-white * { outline: 1px solid white; }
.debug-black * { outline: 1px solid black; }