* is-rounded
* Rollback
* font-style: italic;
* Update CHANGELOG.md
# Bulma Changelog
+## 0.6.3
+
+### Improvements
+
+* New `.is-italic` helper
+
## 0.6.2
### Improvements
<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>
<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>
.is-uppercase
text-transform: uppercase !important
+.is-italic
+ font-style: italic !important
+
@each $name, $pair in $colors
$color: nth($pair, 1)
.has-text-#{$name}