Skip to content

"is-italic" typography helper is missing #1546

@candlerb

Description

@candlerb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions