mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
font-style: italic !important (#1452)
* is-rounded * Rollback * font-style: italic; * Update CHANGELOG.md
This commit is contained in:
committed by
Jeremy Thomas
parent
dc892413f1
commit
e385d3dd9a
@@ -333,7 +333,7 @@ doc-subtab: typography-helpers
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
You can transform the text with the use of one of <strong>3 text transformation helpers</strong>:
|
||||
You can transform the text with the use of one of <strong>4 text transformation helpers</strong>:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -361,6 +361,10 @@ doc-subtab: typography-helpers
|
||||
<td><code>is-uppercase</code></td>
|
||||
<td>Transforms <strong>all characters</strong> to <strong>uppercase</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>is-italic</code></td>
|
||||
<td>Transforms <strong>all characters</strong> to <strong>italic</strong></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user