Since the variable $weight-extrabold exists, it makes sense to add .has-text-weight-extrabold as a typography class.
Updated examples and harmonised the css weight vs the description of semi-bold (semibold).
<tr>
<td><code>has-text-weight-bold</code></td>
<td>
- Transforms text weight to <span class="has-text-weight-bold">bold</span>
+ Transforms text weight to
+ <span class="has-text-weight-bold">bold</span>
+ </td>
+ </tr>
+ <tr>
+ <td><code>has-text-weight-extrabold</code></td>
+ <td>
+ Transforms text weight to
+ <span class="has-text-weight-extrabold">extrabold</span>
</td>
</tr>
</tbody>
font-weight: iv.$weight-bold !important;
}
+.#{iv.$helpers-has-prefix}text-weight-extrabold {
+ font-weight: iv.$weight-extrabold !important;
+}
+
.#{iv.$helpers-prefix}family-primary {
font-family: dv.$family-primary !important;
}