Merge pull request #38 from danielstgt/patch-2

Min-width typo
This commit is contained in:
Adam Wathan 2017-11-01 18:33:26 -04:00 committed by GitHub
commit c1a786e115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,12 +36,12 @@ title: "Min-Width"
<tr>
<td class="p-2 border-t border-smoke font-mono text-xs text-purple-dark">.min-w-0</td>
<td class="p-2 border-t border-smoke font-mono text-xs text-blue-dark">min-width: 0;</td>
<td class="p-2 border-t border-smoke text-sm text-grey-darker">Set the element's minimum width to <code>0.25rem</code>.</td>
<td class="p-2 border-t border-smoke text-sm text-grey-darker">Set the element's minimum width to <code>0</code>.</td>
</tr>
<tr>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.min-w-full</td>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">min-width: 100%;</td>
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's minimum width to <code>0.5rem</code>.</td>
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's minimum width to <code>100%</code>.</td>
</tr>
</tbody>
</table>