Update changelog

This commit is contained in:
Jeremy Thomas
2019-05-17 11:51:58 +01:00
parent 044d5394a2
commit 3348a22933
3 changed files with 9 additions and 0 deletions

View File

@@ -1088,6 +1088,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
font-weight: 400 !important;
}
.has-text-weight-medium {
font-weight: 500 !important;
}
.has-text-weight-semibold {
font-weight: 600 !important;
}

View File

@@ -402,6 +402,10 @@ breadcrumb:
<td><code>has-text-weight-normal</code></td>
<td>Transforms text weight to <strong>normal</strong></td>
</tr>
<tr>
<td><code>has-text-weight-medium</code></td>
<td>Transforms text weight to <strong>medium</strong></td>
</tr>
<tr>
<td><code>has-text-weight-semibold</code></td>
<td>Transforms text weight to <strong>semi-bold</strong></td>