-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
The typography helpers page in the documentation says there is an "is-italic" class, but it does not exist.
Description
Steps to Reproduce
<p class="is-italic">foo</p>
The word "italic" appears only in one place in bulma.css:
$ grep -i1 italic css/bulma.css
.content figure figcaption {
font-style: italic;
}
Expected behavior
Font in italic
Actual behavior
Font unchanged