From df26d32fe97ff2db3a18ddab67af49ed7e473143 Mon Sep 17 00:00:00 2001 From: Donielle Berg Date: Tue, 22 Mar 2016 22:32:21 -0700 Subject: [PATCH] Add proper indentation and remove accidental trailing s from Module Declarations on Doc pages --- docs/debug/index.html | 586 +++--- docs/elements/forms/index.html | 124 +- docs/elements/images/index.html | 94 +- docs/elements/links/index.html | 123 +- docs/elements/lists/index.html | 136 +- docs/layout/box-sizing/index.html | 132 +- docs/layout/clearfix/index.html | 153 +- docs/layout/display/index.html | 275 +-- docs/layout/floats/index.html | 148 +- docs/layout/heights/index.html | 223 +-- docs/layout/max-widths/index.html | 259 +-- docs/layout/position/index.html | 205 +- docs/layout/spacing/index.html | 377 ++-- docs/layout/widths/index.html | 254 +-- docs/themes/background-size/index.html | 132 +- docs/themes/border-radius/index.html | 154 +- docs/themes/borders/index.html | 733 ++++---- docs/themes/hovers/index.html | 149 +- docs/themes/skins/index.html | 1664 +++++++++-------- docs/typography/font-family/index.html | 146 +- docs/typography/font-style/index.html | 214 ++- docs/typography/font-weight/index.html | 138 +- docs/typography/line-height/index.html | 161 +- docs/typography/measure/index.html | 172 +- docs/typography/scale/index.html | 265 ++- docs/typography/text-align/index.html | 147 +- docs/typography/text-decoration/index.html | 126 +- docs/typography/text-transform/index.html | 117 +- docs/typography/tracking/index.html | 126 +- docs/typography/vertical-align/index.html | 206 +- docs/typography/white-space/index.html | 176 +- src/css/_clearfix.css | 6 +- src/templates/docs/background-size/index.html | 96 +- src/templates/docs/border-radius/index.html | 118 +- src/templates/docs/borders/index.html | 691 ++++--- src/templates/docs/box-sizing/index.html | 96 +- src/templates/docs/clearfix/index.html | 107 +- src/templates/docs/debug/index.html | 2 +- src/templates/docs/display/index.html | 239 ++- src/templates/docs/floats/index.html | 112 +- src/templates/docs/font-family/index.html | 110 +- src/templates/docs/font-style/index.html | 98 +- src/templates/docs/font-weight/index.html | 102 +- src/templates/docs/forms/index.html | 82 +- src/templates/docs/heights/index.html | 183 +- src/templates/docs/hovers/index.html | 113 +- src/templates/docs/images/index.html | 58 +- src/templates/docs/line-height/index.html | 125 +- src/templates/docs/links/index.html | 87 +- src/templates/docs/lists/index.html | 100 +- src/templates/docs/max-widths/index.html | 223 ++- src/templates/docs/measure/index.html | 134 +- src/templates/docs/opacity/index.html | 136 +- src/templates/docs/position/index.html | 165 +- src/templates/docs/skins/index.html | 132 +- src/templates/docs/spacing/index.html | 339 ++-- src/templates/docs/text-align/index.html | 111 +- src/templates/docs/text-decoration/index.html | 90 +- src/templates/docs/text-transform/index.html | 100 +- src/templates/docs/tracking/index.html | 86 +- src/templates/docs/type-scale/index.html | 229 ++- src/templates/docs/vertical-align/index.html | 168 +- src/templates/docs/white-space/index.html | 140 +- src/templates/docs/widths/index.html | 218 +-- 64 files changed, 6434 insertions(+), 6277 deletions(-) diff --git a/docs/debug/index.html b/docs/debug/index.html index 746fdedfe..d9dc9ed4f 100644 --- a/docs/debug/index.html +++ b/docs/debug/index.html @@ -1,41 +1,46 @@ - - Debugging / Docs / TACHYONS - - - + + + + + + +
@@ -43,25 +48,25 @@

tachyons-debug

- v1.1.1 + v1.1.2 902 B
-
-
Declarations
-
98
-
-
-
Selectors
-
99
-
-
-
Max. Specificity Score
-
1
-
-
-
Size of Avg. Rule
-
1
-
+
+
Declarations
+
98
+
+
+
Selectors
+
99
+
+
+
Max. Specificity Score
+
1
+
+
+
Size of Avg. Rule
+
1
+

Tachyons comes with two convenient modules to help debug layout issues you might be having. @@ -86,233 +91,234 @@

tachyons-debug

To use it, uncomment out that line and then run node run build from the root of the project.

-
-
-

Examples

-

Debug Children

-
-

- Note how in the below example there is white space rendered in between the - elements because they are set to inline-block -

-
This element is set to inline-block and width: 25%
-
This element is set to inline-block and width: 25%
-
This element is set to inline-block and width: 25%
-
This element is set to inline-block and width: 25%
-
-
-

- Note how in the below example the elements are flush with no - white-space rendered between the elements. -

-
-
- This is a floated element set to width: 25% -
-
- This is a floated element set to width: 25% -
-
- This is a floated element set to width: 25% -
-
- This is a floated element set to width: 25% -
-
-
-
- This is a form legend - -
-

-
-
-

Debug All

-

- The largest difference here between the two methods is that every element on the page is - outlined in a different color. -

- -
-

- Note how in the below example there is white space rendered in between the - elements because they are set to inline-block -

-
This element is set to inline-block and width: 25%
-
This element is set to inline-block and width: 25%
-
This element is set to inline-block and width: 25%
-
This element is set to inline-block and width: 25%
-
-
-

- Note how in the below example the elements are flush with no - white-space rendered between the elements. +

+

Examples

+

Debug Children

+
+

+ Note how in the below example there is white space rendered in between the + elements because they are set to inline-block +

+
This element is set to inline-block and width: 25%
+
This element is set to inline-block and width: 25%
+
This element is set to inline-block and width: 25%
+
This element is set to inline-block and width: 25%
+
+
+

+ Note how in the below example the elements are flush with no + white-space rendered between the elements. +

+
+
+ This is a floated element set to width: 25% +
+
+ This is a floated element set to width: 25% +
+
+ This is a floated element set to width: 25% +
+
+ This is a floated element set to width: 25% +
+
+
+
+ This is a form legend + +
+

+
+
+

Debug All

+

+ The largest difference here between the two methods is that every element on the page is + outlined in a different color.

+ +
+

+ Note how in the below example there is white space rendered in between the + elements because they are set to inline-block +

+
This element is set to inline-block and width: 25%
+
This element is set to inline-block and width: 25%
+
This element is set to inline-block and width: 25%
+
This element is set to inline-block and width: 25%
+
+
+

+ Note how in the below example the elements are flush with no + white-space rendered between the elements. +

+
+
+ This is a floated element set to width: 25% +
+
+ This is a floated element set to width: 25% +
+
+ This is a floated element set to width: 25% +
+
+ This is a floated element set to width: 25% +
+
+
+
+ This is a form legend + +
+

+
+
+
+
+

Previous

+ White Space +
+
+

Next

+ Box Sizing +
+
+
+

Reference

+ MDN - Outline +
-
- This is a floated element set to width: 25% -
-
- This is a floated element set to width: 25% -
-
- This is a floated element set to width: 25% -
-
- This is a floated element set to width: 25% -
-
-
-
- This is a form legend - -
-

-
-
- -
-
- src/_debug-children.css -
+
+ src/_debug-children.css +
-
-  /*
-
-    DEBUG CHILDREN
+
+/*
 
-  */
+  DEBUG CHILDREN
 
-  .debug * { outline: 1px solid gold; }
+*/
 
+.debug * { outline: 1px solid gold; }
 
 
-
- src/_debug.css -
-
-
-  
+        
+ src/_debug.css +
+
+          
+            
 body {        outline: 1px solid  #2980B9!important; }
 article {     outline: 1px solid  #3498DB!important; }
 nav {         outline: 1px solid  #0088C3!important; }
@@ -433,76 +439,91 @@ 

Reference

wbr { outline: 1px solid #DB175B!important; } -
-
+
+
-
-