Commit 7d83f45e authored by Mark Otto's avatar Mark Otto

start filling out mixins tables

parent 7ca3b98d
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
</div><!-- /span4 --> </div><!-- /span4 -->
<div class="span4"> <div class="span4">
<h3>Parametric mixins</h3> <h3>Parametric mixins</h3>
<p>A parametric mixin is just like a basic mixin, but it also accepts optional paramaters (hence the name).</p> <p>A parametric mixin is just like a basic mixin, but it also accepts optional Parameters (hence the name).</p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
Coming soon! Coming soon!
</pre> </pre>
...@@ -428,45 +428,45 @@ ...@@ -428,45 +428,45 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><code>.clearfix()</code></td> <td><code>.clearfix()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Add to any parent to clear floats within</td>
</tr> </tr>
<tr> <tr>
<td><code>.center-block()</code></td> <td><code>.center-block()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Auto center a block-level element using <code>margin: auto</code></td>
</tr> </tr>
<tr> <tr>
<td><code>.ie7-inline-block()</code></td> <td><code>.ie7-inline-block()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Use in addition to regular <code>display: inline-block</code> to get IE7 support</td>
</tr> </tr>
<tr> <tr>
<td><code>.size()</code></td> <td><code>.size()</code></td>
<td></td> <td><code>@height: 5px, @width: 5px</code></td>
<td></td> <td>Quickly set the height and width on one line</td>
</tr> </tr>
<tr> <tr>
<td><code>.square()</code></td> <td><code>.square()</code></td>
<td></td> <td><code>@size: 5px</code></td>
<td></td> <td>Builds on <code>.size()</code> to set the width and height as same value</td>
</tr> </tr>
<tr> <tr>
<td><code>.opacity()</code></td> <td><code>.opacity()</code></td>
<td></td> <td><code>@opacity: 100</code></td>
<td></td> <td>Set, in whole numbers, the opacity percentage (e.g., "50" or "75")</td>
</tr> </tr>
<tr> <tr>
<td><code>.reset-filter()</code></td> <td><code>.reset-filter()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Resets any IE filter</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -475,15 +475,15 @@ ...@@ -475,15 +475,15 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><code>.placeholder()</code></td> <td><code>.placeholder()</code></td>
<td></td> <td><code>@color: @placeholderText</code></td>
<td></td> <td>Set the <code>placeholder</code> text color for inputs</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -492,7 +492,7 @@ ...@@ -492,7 +492,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
...@@ -539,7 +539,7 @@ ...@@ -539,7 +539,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
...@@ -571,7 +571,7 @@ ...@@ -571,7 +571,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
...@@ -648,7 +648,7 @@ ...@@ -648,7 +648,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
......
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
</div><!-- /span4 --> </div><!-- /span4 -->
<div class="span4"> <div class="span4">
<h3>Parametric mixins</h3> <h3>Parametric mixins</h3>
<p>A parametric mixin is just like a basic mixin, but it also accepts optional paramaters (hence the name).</p> <p>A parametric mixin is just like a basic mixin, but it also accepts optional Parameters (hence the name).</p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
Coming soon! Coming soon!
</pre> </pre>
...@@ -364,45 +364,45 @@ ...@@ -364,45 +364,45 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><code>.clearfix()</code></td> <td><code>.clearfix()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Add to any parent to clear floats within</td>
</tr> </tr>
<tr> <tr>
<td><code>.center-block()</code></td> <td><code>.center-block()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Auto center a block-level element using <code>margin: auto</code></td>
</tr> </tr>
<tr> <tr>
<td><code>.ie7-inline-block()</code></td> <td><code>.ie7-inline-block()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Use in addition to regular <code>display: inline-block</code> to get IE7 support</td>
</tr> </tr>
<tr> <tr>
<td><code>.size()</code></td> <td><code>.size()</code></td>
<td></td> <td><code>@height: 5px, @width: 5px</code></td>
<td></td> <td>Quickly set the height and width on one line</td>
</tr> </tr>
<tr> <tr>
<td><code>.square()</code></td> <td><code>.square()</code></td>
<td></td> <td><code>@size: 5px</code></td>
<td></td> <td>Builds on <code>.size()</code> to set the width and height as same value</td>
</tr> </tr>
<tr> <tr>
<td><code>.opacity()</code></td> <td><code>.opacity()</code></td>
<td></td> <td><code>@opacity: 100</code></td>
<td></td> <td>Set, in whole numbers, the opacity percentage (e.g., "50" or "75")</td>
</tr> </tr>
<tr> <tr>
<td><code>.reset-filter()</code></td> <td><code>.reset-filter()</code></td>
<td></td> <td><em class="muted">none</em></td>
<td></td> <td>Resets any IE filter</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -411,15 +411,15 @@ ...@@ -411,15 +411,15 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><code>.placeholder()</code></td> <td><code>.placeholder()</code></td>
<td></td> <td><code>@color: @placeholderText</code></td>
<td></td> <td>Set the <code>placeholder</code> text color for inputs</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
...@@ -507,7 +507,7 @@ ...@@ -507,7 +507,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
...@@ -584,7 +584,7 @@ ...@@ -584,7 +584,7 @@
<thead> <thead>
<tr> <tr>
<th class="span4">Mixin</th> <th class="span4">Mixin</th>
<th>Paramaters</th> <th>Parameters</th>
<th>Usage</th> <th>Usage</th>
</tr> </tr>
</thead> </thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment