fixed typo (expect => except) in mixins.html (#540)

Fixed a typo in the mixins documentation.
This commit is contained in:
Peter Lupu 2017-03-05 13:38:20 +02:00 committed by Jeremy Thomas
parent a05a580784
commit e42cb118c1

View File

@ -20,7 +20,7 @@ doc-subtab: mixins
</tr>
<tr>
<td><code>=block</code></td>
<td>Defines a margin-bottom of 1.5rem, expect when the element is the last child. Used for almost all block elements.</td>
<td>Defines a margin-bottom of 1.5rem, except when the element is the last child. Used for almost all block elements.</td>
</tr>
<tr>
<td><code>=clearfix</code></td>