From dedfd8a8098db999f81a55a845e0e4d041f9d7a8 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 22 Nov 2016 13:07:51 +0200 Subject: Adds Tachyons --- src/css/imports/_debug-children.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 src/css/imports/_debug-children.css (limited to 'src/css/imports/_debug-children.css') 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; } + -- cgit v1.3