aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_debug-children.css
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2016-11-22 13:07:51 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2016-11-22 13:07:51 +0200
commitdedfd8a8098db999f81a55a845e0e4d041f9d7a8 (patch)
treea2b93f205083ba4f1c11c9e8f3b54c384cce1bc9 /src/css/imports/_debug-children.css
parent4b9c3e021037a5df04df7e8c804d979501c136ad (diff)
Adds Tachyons
Diffstat (limited to 'src/css/imports/_debug-children.css')
-rwxr-xr-xsrc/css/imports/_debug-children.css14
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; }
+