Skip to content

Typography

Typo classes


If you have custom elements that should look like an `h1` but is a `span` for example, you can use the following classes to extend to style an element directly in the markup:

Available Classnames

Mixins


You can also extend styles in a scss file with mixins.
vue
.myspan {
    @include typo-hero-large;
}

All class names above are also available as mixins