From e2295f1157a369e8af7d9b97d50088aa9c22aa2c Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Mon, 17 Jul 2017 16:43:45 -0700 Subject: [PATCH] font-size:48px => $h00-size --- modules/primer-marketing-type/lib/typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/primer-marketing-type/lib/typography.scss b/modules/primer-marketing-type/lib/typography.scss index 4b5afc05..adf99458 100644 --- a/modules/primer-marketing-type/lib/typography.scss +++ b/modules/primer-marketing-type/lib/typography.scss @@ -20,7 +20,7 @@ } @mixin alt-h0 { - font-size: 48px; + font-size: $h00-size; font-weight: $font-weight-light; @include breakpoint(md) { font-size: 54px; } @include breakpoint(lg) { font-size: 72px; } @@ -33,7 +33,7 @@ @mixin alt-h1 { font-size: 36px; font-weight: $font-weight-light; - @include breakpoint(md) { font-size: 48px; } + @include breakpoint(md) { font-size: $h00-size; } @include breakpoint(lg) { font-size: 54px; } }