UNPKG

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