mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
fixed typo (expect => except) in mixins.html (#540)
Fixed a typo in the mixins documentation.
This commit is contained in:
committed by
Jeremy Thomas
parent
a05a580784
commit
e42cb118c1
@@ -20,7 +20,7 @@ doc-subtab: mixins
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>=block</code></td>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>=clearfix</code></td>
|
<td><code>=clearfix</code></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user