mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
15 lines
272 B
CSS
15 lines
272 B
CSS
/*
|
|
|
|
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; }
|
|
|