Skip to content

Commit

Permalink
fix(vuetify/settings): add missing variable $heading-font-family
Browse files Browse the repository at this point in the history
Added the missing settings variable `$heading-font-family` to `settings/_variables.scss`.

Closes #1
  • Loading branch information
nmsmith22389 committed Aug 2, 2018
1 parent a8b5729 commit aff1308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ $font-weights: (

// Headings
// ============================================================
$heading-font-family: $body-font-family !default;
$headings: (
h1: (
size: 7rem,
Expand Down

0 comments on commit aff1308

Please sign in to comment.