Fix helpers

This commit is contained in:
Jeremy Thomas 2017-07-29 18:21:34 +01:00
parent 44ec4dcc73
commit 1e4ae9e3e9

View File

@ -28,17 +28,7 @@ doc-subtab: helpers
<td>Moves an element to the right</td> <td>Moves an element to the right</td>
</tr> </tr>
<tr> <tr>
<th>Overlay</th> <th rowspan="2">Spacing</th>
<td><code>is-overlay</code></td>
<td>Completely covers the first positioned parent</td>
</tr>
<tr>
<th>Size</th>
<td><code>is-fullwidth</code></td>
<td>Takes up the whole width (100%)</td>
</tr>
<tr>
<th rowspan="4">Other</th>
<td><code>is-marginless</code></td> <td><code>is-marginless</code></td>
<td>Removes any <strong>margin</strong></td> <td>Removes any <strong>margin</strong></td>
</tr> </tr>
@ -46,6 +36,14 @@ doc-subtab: helpers
<td><code>is-paddingless</code></td> <td><code>is-paddingless</code></td>
<td>Removes any <strong>padding</strong></td> <td>Removes any <strong>padding</strong></td>
</tr> </tr>
<tr>
<th rowspan="4">Other</th>
<td><code>is-overlay</code></td>
<td>Completely covers the first positioned parent</td>
</tr>
<td><code>is-clipped</code></td>
<td>Adds overflow <strong>hidden</strong></td>
</tr>
<tr> <tr>
<td><code>is-radiusless</code></td> <td><code>is-radiusless</code></td>
<td>Removes any <strong>radius</strong></td> <td>Removes any <strong>radius</strong></td>