diff options
Diffstat (limited to 'src/css/imports/_debug-children.css')
| -rwxr-xr-x | src/css/imports/_debug-children.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/css/imports/_debug-children.css b/src/css/imports/_debug-children.css new file mode 100755 index 0000000..10204da --- /dev/null +++ b/src/css/imports/_debug-children.css @@ -0,0 +1,14 @@ +/* + + 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; } + |
