1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 20:53:06 +03:00

font-size:48px => $h00-size

This commit is contained in:
Shawn Allen 2017-07-17 16:43:45 -07:00
parent 5a66e68648
commit e2295f1157

View File

@ -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; }
}