Jump to main content

Muted heading


A muted heading can be used to subtly provide context to content without the heading itself being too prominent.

Import

To import just this component into your project, copy the snippet below and include it in your main Sass file.

// import Vanilla and include base mixins
// this only needs to happen once in a given project
@import 'vanilla-framework';
@include vf-base;

@include vf-p-muted-heading;

For more information see Customising Vanilla in your projects, which includes overrides and importing instructions.