Skip to content

Typography

Stephen Mckellar edited this page May 30, 2018 · 2 revisions

Usage

// Import all attributes
.title-like-thing {
  @include typography('title-1');
}

// Import specific attributes
.title-sized-thing {
  @include typography('title-1', font-size);
}
Name
main-title
title-1
title-2
title-3
title-4
title-5
copy-large
copy-standard
copy-small

Clone this wiki locally